-
-
Notifications
You must be signed in to change notification settings - Fork 192
-
Hello, nice team, I work for a banking company in Guatemala and we are implementing PassKey in our system, so we downloaded their public project using the .NET 8 version and the Visual Studio 2022 version 17.9.7 (the most recent). However, we get an error in the package: Microsoft.NET.ILLink.Tasks 8.05 and it says: This package is signed, but by a trusted signer. The same thing also happens with the Microsoft.NET.Sdk.WebAssembly.Pack 8.0.5 package.
Paquetes no de confianza
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
Hey @esdrasspd - were you able to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, we were never able to resolve this error.
Beta Was this translation helpful? Give feedback.
All reactions
-
This has something to do with nuget config here %appdata%\NuGet\NuGet.Config under the trustedSigners node. Either add the missing name or remove the node
Beta Was this translation helpful? Give feedback.