Skip to content
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
@mikeharder

Description

@mikeharder

Repro Steps

  1. dotnet new razorclasslib --no-restore
  2. Add NuGet.config to clear package sources and simulate offline restore:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
  </packageSources>
</configuration>
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugcost: XSWill take about half a day to completewontfix

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions