mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
build-dotnet-module: restore for current runtime by default
This commit is contained in:
parent
13861970f4
commit
824d40aa04
15 changed files with 21 additions and 55 deletions
|
@ -121,7 +121,6 @@ in buildDotnetModule rec {
|
|||
|
||||
dotnet-sdk = dotnetCorePackages.sdk_3_1;
|
||||
dotnet-runtime = dotnetCorePackages.net_5_0;
|
||||
dotnetFlags = [ "--runtime linux-x64" ];
|
||||
|
||||
executables = [ "foo" ]; # This wraps "$out/lib/$pname/foo" to `$out/bin/foo`.
|
||||
executables = []; # Don't install any executables.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue