Closed janeliasen closed 4 years ago
I found you need to add https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json to your list of NuGet sources - it will then appear, can be installed.
See https://dotnet.myget.org/feed/dotnet-corefxlab/package/nuget/System.Security.Cryptography.Asn1.Experimental for some details on the package.
Hope that helps.
Thank you very much! :-)
Hi
I just downloaded the source code and opened it in Visual Studio 2017. To me it appears that I cannot get the asn1-package. Visual Studio gives me this error: "Unable to find package System.Security.Cryptography.Asn1.Experimental. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org"
Is the package no longer available? I tried using nuget to download the package, but I seem to get an "Not available in this source"-error form the nyget package manager. Am I completely on the wrong path here? Thanks.