This repository was archived by the owner on Oct 18, 2018. It is now read-only.
This repository was archived by the owner on Oct 18, 2018. It is now read-only.
RazorClassLib template offline restore fails #1123
Closed
Description
Repro Steps
dotnet new razorclasslib --no-restore
- Add NuGet.config to clear package sources and simulate offline restore:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
</packageSources>
</configuration>
dotnet restore
Error
error NU1100: Unable to resolve 'System.Numerics.Vectors (>= 4.4.0)' for '.NETStandard,Version=v2.0'.
error NU1100: Unable to resolve 'System.Security.Cryptography.Cng (>= 4.4.0)' for '.NETStandard,Version=v2.0'.
CC: @muratg, @mkArtakMSFT, @pranavkm