Remove NETStandard.Library.NETFramework and update Moq

This commit is contained in:
Ryan Brandenburg 2017-06-28 16:51:07 -07:00
parent 9b0943efdd
commit b1ddd62f45
1 changed files with 0 additions and 4 deletions

View File

@ -15,8 +15,4 @@
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(AspNetCoreVersion)" />
<ProjectReference Include="..\..\src\Microsoft.AspNetCore\Microsoft.AspNetCore.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
</ItemGroup>
</Project>