966 Forks
2286 Stars
2286 Watchers

sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

How to download and setup sdk

Open terminal and run command
git clone https://github.com/dotnet/sdk.git
git clone is used to create a copy or clone of sdk repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with sdk https://github.com/dotnet/sdk/archive/master.zip

Or simply clone sdk with SSH
[email protected]:dotnet/sdk.git

If you have some problems with sdk

You may open issue on sdk support forum (system) here: https://github.com/dotnet/sdk/issues