Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1027596 commit 28c3d81Copy full SHA for 28c3d81
1 file changed
tests/languages/dotnet_test.py
@@ -27,7 +27,7 @@ def _csproj(tool_name):
27
<Project Sdk="Microsoft.NET.Sdk">
28
<PropertyGroup>
29
<OutputType>Exe</OutputType>
30
- <TargetFramework>net6</TargetFramework>
+ <TargetFramework>net8</TargetFramework>
31
<PackAsTool>true</PackAsTool>
32
<ToolCommandName>{tool_name}</ToolCommandName>
33
<PackageOutputPath>./nupkg</PackageOutputPath>
0 commit comments