Skip to content

Commit aeb015f

Browse files
committed
Minor code tweaks
1 parent e5d2fc6 commit aeb015f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UnitTests/UnitTests.NetCore/UnitTests.NetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>

UnitTests/UnitTests.Shared/Diagnostics/Test_ThrowHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System;
6-
using System.Linq;
76
using System.Collections.Generic;
87
using System.ComponentModel;
98
using System.IO;
9+
using System.Linq;
1010
using System.Reflection;
1111
using System.Runtime.InteropServices;
1212
using System.Threading;

0 commit comments

Comments
 (0)