Skip to content

Commit

Permalink
Tweaked UnitTests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Nov 23, 2024
1 parent f84f32d commit 72e0877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\sgKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework)=='net9.0'">
<PropertyGroup Condition="$(TargetFramework)!='net48'">
<!-- Run nullability analysis only on annotated frameworks -->
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 72e0877

Please sign in to comment.