SubnauticaNitrox / Nitrox

An open-source, multiplayer modification for the game Subnautica.
GNU General Public License v3.0
1.72k stars 1.04k forks source link

Fixed NuGet failing to resolve properly in Visual Studio #2173

Closed Measurity closed 1 month ago

Measurity commented 1 month ago

This was a regression from changing build process to a custom task. VS tried to resolve custom task during NuGet resolve but NuGet resolve is required to find the task, this lead to a kind of deadlock.

Closes #2171