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.
net7.0
net9.0
1 parent a1901ef commit 7495374Copy full SHA for 7495374
tests/NetEvolve.Arguments.Tests.Unit/NetEvolve.Arguments.Tests.Unit.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
+ <TargetFrameworks>net6.0;net8.0;net9.0</TargetFrameworks>
5
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
6
7
<NoWarn>$(NoWarn);NU1701</NoWarn>
0 commit comments