Hi All
I've installed PB2022 and build a small application to deploy with PowerServer. The deployment runs through OK but when I open the SnapDevelop C# code I get errors loading the project.
An example of the errors are:
Error NU1301: Failed to retrieve information about 'Microsoft.Extensions.Logging.Log4Net.AspNetCore' from remote source 'https://www.nuget.org/FindPackagesById()?id='Microsoft.Extensions.Logging.Log4Net.AspNetCore'&semVerLevel=2.0.0'.
Error NU1301: Failed to retrieve information about 'PowerServer.Core' from remote source 'https://www.nuget.org/FindPackagesById()?id='PowerServer.Core'&semVerLevel=2.0.0'.
I have my package source setup as: https://www.nuget.org
What am I missing?
Cheers