alttpr-opentracker: use dotnet 3.1 to compile

This commit is contained in:
mdarocha 2022-07-15 16:54:11 +02:00
parent dc652d46d7
commit d20f69cb27

View file

@ -25,13 +25,14 @@ buildDotnetModule rec {
};
dotnet-runtime = dotnetCorePackages.runtime_3_1;
dotnet-sdk = dotnetCorePackages.sdk_3_1;
nugetDeps = ./deps.nix;
projectFile = "OpenTracker.sln";
executables = [ "OpenTracker" ];
doCheck = true;
dotnet-test-sdk = dotnetCorePackages.sdk_3_1;
nativeBuildInputs = [
autoPatchelfHook