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 f84f32d commit 72e0877Copy full SHA for 72e0877
src/UnitTests/UnitTests.csproj
@@ -12,7 +12,7 @@
12
<SignAssembly>True</SignAssembly>
13
<AssemblyOriginatorKeyFile>..\sgKey.snk</AssemblyOriginatorKeyFile>
14
</PropertyGroup>
15
- <PropertyGroup Condition="$(TargetFramework)=='net9.0'">
+ <PropertyGroup Condition="$(TargetFramework)!='net48'">
16
<!-- Run nullability analysis only on annotated frameworks -->
17
<Nullable>enable</Nullable>
18
0 commit comments