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 16
16
17
17
<!-- Workaround for the .NET Core 2.1 binary not resolving the Unsafe assembly properly -->
18
18
<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 " />
20
20
</ItemGroup >
21
21
22
22
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
// See the LICENSE file in the project root for more information.
4
4
5
5
using System ;
6
- using System . Linq ;
7
6
using System . Collections . Generic ;
8
7
using System . ComponentModel ;
9
8
using System . IO ;
9
+ using System . Linq ;
10
10
using System . Reflection ;
11
11
using System . Runtime . InteropServices ;
12
12
using System . Threading ;
You can’t perform that action at this time.
0 commit comments