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 b205b81 commit 4f221deCopy full SHA for 4f221de
tests/Library.Fuzz/Library.Fuzz.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>disable</Nullable>
8
</PropertyGroup>
tests/Library/Library.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
0 commit comments