Where to get new Nuget binary files?
https://github.com/dotdevelop/dotdevelop/tree/main/main/external/nuget-binary
https://www.nuget.org/downloads
There can be found nuget.exe to download, but not the other libraries. Have we to search here for every librarie and download each package seperate or can we in future remove that downloaded libraries and download them with nuget restore?

My question is where to download them? I have tried to change version to 5.9.3 here
|
<NuGetVersionNuGet>5.8.0</NuGetVersionNuGet> |
, but than it is not possible to create and open sln solutions now.

Also EventTrigger.dll have been removed in newer versions, but commenting this few lines out should not be the problem that we cant create projects.
https://github.com/dotdevelop/dotdevelop/blob/main/main/src/addins/MonoDevelop.PackageManagement/NuGet.PackageManagement.UI/PackageItemLoader.cs
NuGet/NuGet.Client#3963
Maybe @hwthomas knows more here?
Where to get new Nuget binary files?
https://github.com/dotdevelop/dotdevelop/tree/main/main/external/nuget-binary
https://www.nuget.org/downloads
There can be found nuget.exe to download, but not the other libraries. Have we to search here for every librarie and download each package seperate or can we in future remove that downloaded libraries and download them with nuget restore?
My question is where to download them? I have tried to change version to 5.9.3 here
dotdevelop/main/Directory.Build.props
Line 21 in 7dc1f75
Also EventTrigger.dll have been removed in newer versions, but commenting this few lines out should not be the problem that we cant create projects.
https://github.com/dotdevelop/dotdevelop/blob/main/main/src/addins/MonoDevelop.PackageManagement/NuGet.PackageManagement.UI/PackageItemLoader.cs
NuGet/NuGet.Client#3963
Maybe @hwthomas knows more here?