Skip to content
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
C# PowerShell Shell CMake Visual Basic .NET Smalltalk
Branch: master
Clone or download

Latest commit

dotnet-maestro [master] Update dependencies from dotnet/runtime (#12111)
* Update dependencies from https://github.com/dotnet/runtime build 20200618.14

System.CodeDom , Microsoft.NET.HostModel , Microsoft.Extensions.DependencyModel , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.App.Ref , System.Text.Encoding.CodePages , System.Resources.Extensions , System.Security.Cryptography.ProtectedData
 From Version 5.0.0-preview.7.20318.2 -> To Version 5.0.0-preview.7.20318.14

* Update dependencies from https://github.com/dotnet/runtime build 20200620.1

System.CodeDom , Microsoft.NET.HostModel , Microsoft.Extensions.DependencyModel , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.App.Ref , System.Text.Encoding.CodePages , System.Resources.Extensions , System.Security.Cryptography.ProtectedData
 From Version 5.0.0-preview.7.20318.2 -> To Version 5.0.0-preview.7.20320.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Latest commit 8fe03e5 Jun 20, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build Remove helix performance test inside SDK (#10966) Mar 24, 2020
documentation Remove the toolset dir (#11871) Jun 3, 2020
eng [master] Update dependencies from dotnet/runtime (#12111) Jun 20, 2020
scripts fix #11001 Increase the number of retries for download function in th… Apr 2, 2020
src Merge pull request #11824 from dsplaisted/runtime-pack-types Jun 20, 2020
.editorconfig Checkin corefx editorconfig Sep 18, 2017
.gitattributes Merge files from toolset repo Dec 2, 2019
.gitignore Remove helix performance test inside SDK (#10966) Mar 24, 2020
.vsts-ci.yml Clean up missing obsolete perf test Jun 6, 2020
CODE-OF-CONDUCT.md Link Code of Conduct Apr 8, 2020
CODEOWNERS Add code owners file Jun 5, 2020
Directory.Build.props [master] Update dependencies from dotnet/runtime (#11588) May 13, 2020
Directory.Build.targets Mop-up merge changes from dotnet/cli and dotnet/toolset Feb 19, 2020
LICENSE.TXT [master] Update dependencies from dotnet/arcade (#3025) Mar 26, 2019
NuGet.config [master] Update dependencies from Microsoft/vstest (#11968) Jun 10, 2020
OverrideTest.targets Hook up CI runs to run tests as tools Feb 24, 2019
README.md Update readme to include links to the installers Jun 2, 2020
SECURITY.md fix line endings Feb 28, 2020
build.cmd Modifying scripts to work on Windows and Arcade. Sep 20, 2018
build.sh Moving the SDK into Arcade. Sep 19, 2018
global.json Update dependencies from https://github.com/dotnet/arcade build 20200… Jun 18, 2020
restore.cmd Moving the SDK into Arcade. Sep 19, 2018
restore.sh Moving the SDK into Arcade. Sep 19, 2018
sdk.sln Include the dependent assemblies in the package output Jun 16, 2020
test.cmd Moving the SDK into Arcade. Sep 19, 2018
test.sh Moving the SDK into Arcade. Sep 19, 2018
testAsset.props Get dotnet.Tests tests to run Dec 2, 2019

README.md

Welcome to dotnet sdk

This repo contains core functionality needed to create .NET Core 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 a code of conduct adapted from the Contributor Covenant to clarify expected behavior in our community. This code of conduct has been adopted by many other projects. For more information see Contributors Code of conduct.

You can’t perform that action at this time.