More fixes that were missing from the merge.

This commit is contained in:
Livar Cunha 2017-12-07 13:23:27 -08:00
parent 5a0e95897e
commit 90e254b9ed
13 changed files with 19 additions and 21 deletions

View file

@ -18,12 +18,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="4.18.0" />
<<<<<<< HEAD
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(PlatformAbstractionsVersion)" />
=======
<PackageReference Include="xunit" Version="2.2.0-beta4-build3444" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(MicrosoftDotNetPlatformAbstractionsPackageVersion)" />
>>>>>>> dotnet/release/15.5
</ItemGroup>
</Project>