Skip to content

Commit

Permalink
Run tests using .NET 8 (.NET 6 runtime is no longer available on Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
milang committed Jan 4, 2025
1 parent a4ef025 commit d4fa6d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net462</TargetFrameworks>
<TargetFrameworks>net8.0;net462</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d4fa6d6

Please sign in to comment.