The Wayback Machine - https://web.archive.org/web/20201113025314/https://github.com/dotnet/sdk
Skip to content
master
Go to file
Code

Latest commit

[master] Update dependencies from dotnet/aspnetcore
- Coherency Updates:
  - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20527.2 to 6.0.0-alpha.1.20516.1 (parent: Microsoft.NETCore.App.Internal)

 - Update stage 0

 - Merge branch 'master' of https://github.com/dotnet/sdk into darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b

 - Update stage 0

 - Fixup for net6.0

 - net5.0->net6.0

 - Merge branch 'darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b' of https://github.com/dotnet/sdk into darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b

 - Fixup some TFMs

 - Merge branch 'darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b' of https://github.com/dotnet/sdk into darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b

 - Merge branch 'darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b' of https://github.com/dotnet/sdk into darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b

 - Update src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithOSSupportedVersion.cs

 - Merge remote-tracking branch 'upstream/master' into darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b

 - Install 5.0.0 RC2 runtime for testing

 - Install toolset on linux

 - Merge branch 'master' into darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b

 - Update "unsupported" version of .NET to 6.1

 - Fix ILLink test

 - Switch to RTM frameworks

 - Update stage0

 - Merge branch 'darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b' of https://github.com/dotnet/sdk into darc-master-352f2605-4b05-443e-a84d-85bf9b5cfc1b
1523882

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

README.md

Welcome to dotnet sdk

This repo contains core functionality needed to create .NET projects that is shared between VisualStudio and CLI.

Please refer to dotnet/project-system for the project system work that is specific to Visual Studio.

Build status

Windows x64

Testing a local build

To test your locally built SDK, run eng\dogfood.cmd after building. That script starts a new Powershell with the environment configured to redirect SDK resolution to your build.

From that shell your SDK will be available in:

  • any Visual Studio instance launched (via & devenv.exe)
  • dotnet build
  • msbuild

Installing the SDK

Official builds

Latest builds

How do I engage and contribute?

We welcome you to try things out, file issues, make feature requests and join us in design conversations. Also be sure to check out our project documentation and Developer Guide.

This project has adopted the .NET Foundation Code of Conduct to clarify expected behavior in our community.

You can’t perform that action at this time.