CI to automate build of dotnet tarball for dotnet6-sdk aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/dotnet6-sdk
Find a file
2017-10-12 20:17:06 -07:00
build Update the version suffix to refac 2017-10-12 20:17:06 -07:00
build_projects Fix build errors and warnings after porting fixes to 2.0.x 2017-09-27 16:52:11 -07:00
Documentation Updating installation documentation; clarification & typos - deleting superfluous installation doc. 2017-08-02 13:03:33 -07:00
packaging Fix ubuntu and mac no permission error 2017-08-03 10:34:50 -07:00
resources Return non-zero exit code for test failure in multitargeted test project. 2016-12-16 15:39:52 +05:30
scripts Port #7460 from master to 2.0.x 2017-09-27 14:08:31 -07:00
src Fix build errors and warnings after porting fixes to 2.0.x 2017-09-27 16:52:11 -07:00
test Rename output folder from out to bin 2017-09-27 14:45:04 -07:00
TestAssets Fix test assets with NuGet.Config files pointing to old layout 2017-09-27 14:40:55 -07:00
tools Move dir.props to auto-imported Directory.Build.props 2017-09-27 14:16:37 -07:00
.gitattributes Add props and targets to text=auto 2017-06-07 16:37:43 -07:00
.gitignore Rename output folder from out to bin 2017-09-27 14:45:04 -07:00
build.cmd Bypass powershell execution policy 2017-03-15 14:01:27 -07:00
build.proj Rename Stage0 build variables to PreviousStage 2017-09-27 14:37:37 -07:00
build.sh Adding a comment about the code that removes empty spaces from the arguments array but also breaks quoted arguments. We are picking the devil we know in this case. 2016-07-12 11:23:34 -07:00
CONTRIBUTING.md Fix broken links from #5928 in the documentation. 2017-03-12 19:46:28 +01:00
dir.props Adding consistent "Project" headers to inported props and target files. 2017-09-27 16:54:39 -07:00
dir.tasks Bump MSBuild Version to 15.1.0-preview-000503-01 (#5199) 2017-01-05 14:56:11 -08:00
Directory.Build.props Avoid importing incompatible .props files for signing build 2017-09-27 16:55:00 -07:00
global.json Fix the update-dependencies project so it builds and runs again. 2016-05-16 19:10:04 -05:00
ISSUE_TEMPLATE issue template, the --info is the new --version 2016-03-31 12:34:28 +02:00
LICENSE Initial commit 2015-10-02 11:03:16 -07:00
Microsoft.DotNet.Cli.sln Rename Stage0 build variables to PreviousStage 2017-09-27 14:37:37 -07:00
netci.groovy Remove out of support ubuntu1610 2017-08-31 16:59:17 -07:00
NuGet.Config Update to Coherence 26239 2017-07-12 10:54:53 -07:00
NuGet.master.config add readme 2015-10-08 14:41:04 -07:00
PULL_REQUEST_TEMPLATE add PR template 2016-05-03 14:15:14 -07:00
README.md Quick update to the readme page 2017-10-09 20:21:55 -07:00
run-build.ps1 Use a shorter path for test working directories, get rid of Stage 0 project.json based CLI 2017-09-27 14:40:57 -07:00
run-build.sh Use a shorter path for test working directories, get rid of Stage 0 project.json based CLI 2017-09-27 14:40:57 -07:00
testAsset.props Support new artifacts layout in tests and other build logic 2017-09-27 14:20:05 -07:00
THIRD-PARTY-NOTICES Add license text to LZMA SDK license notice 2017-02-26 12:11:05 -08:00

.NET Core SDK

.NET Slack Status Join the chat at https://gitter.im/dotnet/cli

This repo contains the source code for cross-platform .NET Core SDK. It aggregates the .NET Toolchain, the .NET Core runtime, the templates, the offline packages cache and the ASP.NET Runtime store. It produces zip and tarballs as well as the native packages for various supported platforms.

Looking for V1 of the .NET Core tooling?

If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild and the new csproj), see https://dot.net/core.

Note: the dev/release/2.0.0 branch of the .NET Core SDK repo is based on an upcoming update of the SDK and is considered pre-release. For production-level usage, please use the released version of the tools available at https://dot.net/core

Found an issue?

You can consult the Documents Index for the CLI repo to find out the current issues and to see the workarounds and to see how to file new issues.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Build Status

Coming soon...

Installers and Binaries

You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools.

To download the .NET Core runtime without the SDK, visit https://github.com/dotnet/core-setup#daily-builds.

Note: Be aware that the following installers are the latest bits. If you want to install the latest released versions, check out the preceding section.

Coming soon.

Questions & Comments

For all feedback, use the Issues on the .NET CLI repository.

License

By downloading the .zip you are agreeing to the terms in the project EULA.