dotnet-sdk
dotnet-sdk 8.0.425
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (wrapper) (combined) (wrapper)
https://dotnet.github.io/MIT License
main program: dotnetprograms: dotnet
Maintainers
Platforms (3)
aarch64-darwinx86_64-linuxaarch64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ dotnet-sdk ];
Ad-hoc shell
nix-shell -p dotnet-sdk
Flake (nix run)
nix run nixpkgs#dotnet-sdk