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.
2 parents 31cb945 + 28c3d81 commit 18b3939Copy full SHA for 18b3939
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