Skip to content

Commit 72e0877

Browse files
committed
Tweaked UnitTests.csproj
1 parent f84f32d commit 72e0877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnitTests/UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<SignAssembly>True</SignAssembly>
1313
<AssemblyOriginatorKeyFile>..\sgKey.snk</AssemblyOriginatorKeyFile>
1414
</PropertyGroup>
15-
<PropertyGroup Condition="$(TargetFramework)=='net9.0'">
15+
<PropertyGroup Condition="$(TargetFramework)!='net48'">
1616
<!-- Run nullability analysis only on annotated frameworks -->
1717
<Nullable>enable</Nullable>
1818
</PropertyGroup>

0 commit comments

Comments
 (0)