We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1133204 commit a9fe929Copy full SHA for a9fe929
tests/Directory.Build.props
@@ -10,6 +10,11 @@
10
<SolutionDir>$([System.IO.Path]::GetDirectoryName($(MSBuildThisFileDirectory)))</SolutionDir>
11
</PropertyGroup>
12
13
+ <PropertyGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
14
+ <!-- Settings to run .NET Framework tests without x64 emulation when using `dotnet test` command -->
15
+ <PreferNativeArm64>true</PreferNativeArm64>
16
+ </PropertyGroup>
17
+
18
<ItemGroup>
19
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="2.1.0" />
20
</ItemGroup>
0 commit comments