Browse Source

Merge pull request #3121 from AvaloniaUI/fixes/compiler-services-unsafe-reference

fix compiler services unsafe reference.
pull/3124/head
Nikita Tsukanov 7 years ago
committed by GitHub
parent
commit
e67ed7ffa8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      build/Base.props

1
build/Base.props

@ -1,5 +1,6 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.6.0" />
</ItemGroup>
</Project>

Loading…
Cancel
Save