python312Packages.pythonnet: use correct dotnet sdk in fetch-deps

This commit is contained in:
David McFarland
2024-12-02 18:55:34 -04:00
parent 41c32298f9
commit 58c00ebdac
@@ -28,6 +28,7 @@ let
projectFile = "src/runtime/Python.Runtime.csproj";
testProjectFile = "src/testing/Python.Test.csproj";
nugetDeps = ./deps.nix;
dotnet-sdk = dotnet-sdk_6;
};
in
buildPythonPackage {