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.
2 parents 4bd280a + 76032fe commit 35d1d16Copy full SHA for 35d1d16
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