Skip to content

Commit a242596

Browse files
committed
ci: specify arch and runtime identifier for netframework build of tests
1 parent 6e41a24 commit a242596

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CommonNet.Extensions.Tests/CommonNet.Extensions.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net8.0;net9.0;net48</TargetFrameworks>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<TargetArchitecture Condition=" '$(TargetFramework)' == 'net48' ">x64</TargetArchitecture>
8+
<RuntimeIdentifier Condition=" '$(TargetFramework)' == 'net48' ">win-x64</RuntimeIdentifier>
79
</PropertyGroup>
810

911
<ItemGroup>

0 commit comments

Comments
 (0)