Skip to content

.NET SDK

Pre-release
Pre-release
Compare
Choose a tag to compare
@publicarray publicarray released this 03 Aug 00:31
f97c625

This is a beta package for the dotnet cli and .NET SDK

This package creates files in $HOME/.dotnet that won't be removed by the package if uninstalled.
The package needs an internet connection to download the SDK
Includes a dotnet-env command to setup the environment.

Usage: dotnet-env dotnet --version

dotnet-env just adds environment variables:

env DOTNET_ROOT=/var/packages/dotnet-sdk/target/ LD_LIBRARY_PATH=/var/packages/dotnet-sdk/target/lib dotnet --version