Merge pull request #248 from aspnet/rybrande/Moq

Remove NETStandard.Library.NETFramework and update Moq
This commit is contained in:
Ryan Brandenburg 2017-06-29 10:47:00 -07:00 committed by GitHub
commit 23ad24096c
1 changed files with 0 additions and 4 deletions

View File

@ -16,8 +16,4 @@
<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>