File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
UnitTests.Shared/Diagnostics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717 <!-- Workaround for the .NET Core 2.1 binary not resolving the Unsafe assembly properly -->
1818 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
19- <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 5.0.0-rc.1.20451.14 " />
19+ <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 4.7.1 " />
2020 </ItemGroup >
2121
2222 <ItemGroup >
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System ;
6- using System . Linq ;
76using System . Collections . Generic ;
87using System . ComponentModel ;
98using System . IO ;
9+ using System . Linq ;
1010using System . Reflection ;
1111using System . Runtime . InteropServices ;
1212using System . Threading ;
You can’t perform that action at this time.
0 commit comments