nixpkgs/pkgs/build-support/dotnet/build-dotnet-module/hooks
mdarocha 134da4ce36 buildDotnetModule: fix build for dotnet-sdk versions below 6
The --self-contained and --no-self-contained switches were
added to the dotnet build command starting with .NET 6.
The switch is equivalent to the setting the SelfContained
property, so we use the property for backwards compatibility.
2022-08-03 16:15:59 +02:00
..
default.nix Merge pull request #173889 from IvarWithoutBones/fix/dotnet-cross 2022-07-16 12:37:11 +02:00
dotnet-build-hook.sh buildDotnetModule: fix build for dotnet-sdk versions below 6 2022-08-03 16:15:59 +02:00
dotnet-check-hook.sh buildDotnetModule: set LD_LIBRARY_PATH from runtimeDeps in dotnetCheckHook 2022-07-13 17:15:36 +02:00
dotnet-configure-hook.sh buildDotnetModule: fix cross compilation 2022-06-20 21:58:04 +02:00
dotnet-fixup-hook.sh buildDotnetModule: add option to make a self-contained build 2022-07-26 18:00:15 +02:00
dotnet-install-hook.sh buildDotnetModule: add option to make a self-contained build 2022-07-26 18:00:15 +02:00