DotNET: Difference between revisions
imported>Mdarocha Update notes on global tools |
imported>Mdarocha No edit summary |
||
| Line 111: | Line 111: | ||
Note that Nix-packaged .NET tools use a special wrapper (toggled by <code>useDotnetFromEnv</code> option in <code>buildDotnetModule</code>) that automatically picks up .NET install from the user environment. If you want to use a | Note that Nix-packaged .NET tools use a special wrapper (toggled by <code>useDotnetFromEnv</code> option in <code>buildDotnetModule</code>) that automatically picks up .NET install from the user environment. If you want to use a | ||
different SDK version with a Nix-packaged .NET tools than the default, make sure the <code>dotnet</code> CLI is installed and available. | different SDK version with a Nix-packaged .NET tools than the default, make sure the <code>dotnet</code> CLI of your wanted SDK version is installed and available. | ||
== See also == | == See also == | ||