NetSparkleUpdater / NetSparkle

NetSparkle is a C#, cross-platform, highly-configurable software update framework with pre-built UI for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 signatures. View basic usage here in the README and try the samples for yourself.
https://netsparkleupdater.github.io/NetSparkle/
MIT License
606 stars 84 forks source link

I get a Error when I open the code in VS 2022 #379

Closed anxofcostas closed 1 year ago

anxofcostas commented 1 year ago

Hello! When I try to open the project in my Visual Studio 2022 i get this Error:

Severity Code Description Project Project File Line Status suppressed Error Could not restore NuGet package for NetSparkle.Xamarin project: 'NuGet.Build.Packaging' package version '0.2.5-dev.8' could not be found. C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\: The package 'NuGet.Build.Packaging.0.2.5-dev.8' was not found in the source 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\'. https://www.myget.org/F/avalonia-ci/api/v2: 'NuGet.Build.Packaging.0.2.5-dev.8' package was not found in source 'https://www.myget.org/F/avalonia-ci/api/v2'. https://api.nuget.org/v3/index.json: Package 'NuGet.Build.Packaging.0.2.5.5-dev.8' was not found in source 'https://api.nuget.org/v3/index.json'. . See the Error List window for more detailed errors and warnings.

I don´t know how to solve it and I need to modify some things inside of the code.

Thank you.

Deadpikle commented 1 year ago

The NetSparkle.Xamarin project is not complete, nor is it functional on Windows. Don't worry about this or try to build it that project. If you're just going to copy the project(s) to your own code, just remove the Xamarin project.

anxofcostas commented 1 year ago

Thank you! I'm going to check it.