Fix .csproj path

This commit is contained in:
Jordan Dominion
2025-08-03 10:36:01 -04:00
parent 0fc028c744
commit b025828d64
+1 -1
View File
@@ -74,7 +74,7 @@ let
src = ./../../..;
projectFile = "src/Tgstation.Server.Common.csproj";
projectFile = "src/Tgstation.Server.Common/Tgstation.Server.Common.csproj";
nugetDeps = ./deps/Tgstation.Server.Common.json; # see "Generating and updating NuGet dependencies" section for details
dotnet-sdk = dotnetCorePackages.sdk_8_0;