jugglingcats / tachograph-reader

Read driver and vehicle card data and convert to a more usable XML format
81 stars 62 forks source link

Error getting the System.Security.Cryptography.Asn1 package #49

Closed janeliasen closed 4 years ago

janeliasen commented 5 years ago

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.

patientzerouk commented 5 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.

janeliasen commented 4 years ago

Thank you very much! :-)