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 41f474e commit b39dcefCopy full SHA for b39dcef
UnitTests/UnitTests.NetCore/UnitTests.NetCore.csproj
@@ -12,6 +12,11 @@
12
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
13
</ItemGroup>
14
15
+ <!-- Workaround for the .NET Core 2.1 binary not resolving the Unsafe assembly properly -->
16
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
17
+ <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" />
18
+ </ItemGroup>
19
+
20
<ItemGroup>
21
<ProjectReference Include="..\..\Microsoft.Toolkit\Microsoft.Toolkit.csproj" />
22
0 commit comments