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 dab3375Copy full SHA for dab3375
tests/Directory.Build.props
@@ -8,6 +8,8 @@
8
<PropertyGroup>
9
<!-- Set SolutionDir property to suppress warning that raised by Verify.Xunit solution discovery feature. -->
10
<SolutionDir>$([System.IO.Path]::GetDirectoryName($(MSBuildThisFileDirectory)))</SolutionDir>
11
+ <!-- Settings to running .NET Framework tests without x64 emulation with `dotnet test` command -->
12
+ <PreferNativeArm64>true</PreferNativeArm64>
13
</PropertyGroup>
14
15
<ItemGroup>
0 commit comments