Encountered a warning message NU1803 while updating an old .NET 4.8 application, which indicates that NuGet requires HTTPS sources. The solution involves either removing the old HTTP source from the nuget.config file or setting `allowInsecureConnections` to `true` if the source is trusted.

1m read timeFrom bartwullems.blogspot.com
Post cover image

Sort: