Skip to content

Commit

Permalink
Rollback test project to .NET 6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaSzostak committed Sep 7, 2024
1 parent 30d76ce commit 48f695d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<!-- GitHub Actions: Build (ubuntu-latest) -> The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. -->
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
Expand Down

0 comments on commit 48f695d

Please sign in to comment.