Remove NETStandard.Library.NETFramework and update Moq

This commit is contained in:
Ryan Brandenburg 2017-06-28 16:48:56 -07:00
parent 93d1b7cc73
commit 609cac9c75
1 changed files with 0 additions and 4 deletions

View File

@ -15,9 +15,5 @@
<ItemGroup>
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework'">
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" PrivateAssets="All" />
</ItemGroup>
</Project>