We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e41a24 commit a242596Copy full SHA for a242596
1 file changed
CommonNet.Extensions.Tests/CommonNet.Extensions.Tests.csproj
@@ -4,6 +4,8 @@
4
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net8.0;net9.0;net48</TargetFrameworks>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
+ <TargetArchitecture Condition=" '$(TargetFramework)' == 'net48' ">x64</TargetArchitecture>
8
+ <RuntimeIdentifier Condition=" '$(TargetFramework)' == 'net48' ">win-x64</RuntimeIdentifier>
9
</PropertyGroup>
10
11
<ItemGroup>
0 commit comments