net40 does not implement ns1.0

This commit is contained in:
Yoshi Askharoun
2025-07-18 20:57:41 -05:00
parent 3cefc449e1
commit 38c882fb2e
+2 -2
View File
@@ -25,8 +25,8 @@
<DefineConstants Condition="$(TargetFramework.StartsWith('net6.0-windows8'))">$(DefineConstants);WINDOWS8</DefineConstants>
</PropertyGroup>
</When>
<When Condition=" $(TargetFramework.StartsWith('net4')) ">
<When Condition=" $(TargetFramework.StartsWith('net46')) ">
<PropertyGroup>
<DefineConstants>$(DefineConstants);WINDOWS;NETSTANDARD1_0_OR_GREATER;NETSTANDARD2_0_OR_GREATER</DefineConstants>
</PropertyGroup>