Skip to content

Commit 28c3d81

Browse files
committed
update .net tests to use .net 8
.net 6 and 7 were removed from github actions runners
1 parent 1027596 commit 28c3d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/dotnet_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def _csproj(tool_name):
2727
<Project Sdk="Microsoft.NET.Sdk">
2828
<PropertyGroup>
2929
<OutputType>Exe</OutputType>
30-
<TargetFramework>net6</TargetFramework>
30+
<TargetFramework>net8</TargetFramework>
3131
<PackAsTool>true</PackAsTool>
3232
<ToolCommandName>{tool_name}</ToolCommandName>
3333
<PackageOutputPath>./nupkg</PackageOutputPath>

0 commit comments

Comments
 (0)