-
Notifications
You must be signed in to change notification settings - Fork 265
Description
I receive the following error when trying to download new nuget packages in Visual Studio 2019:
Severity Code Description Project File Line Suppression State
Error NU3000 Signed package validation failed with multiple errors:
NU3018: Package 'Microsoft.CSharp 4.7.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature found a chain building issue: A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
NU3018: Package 'Microsoft.CSharp 4.7.0' from source 'https://api.nuget.org/v3/index.json': The repository countersignature found a chain building issue: A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
Does anyone already experienced this problem?