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
Tanner Gooding 11dde97363
Merge pull request #11 from tannergooding/dev/repo-refactoring
Updating the toolset version to 2.0.3-refac-007111
2018-03-06 11:14:41 -08:00
build Updating the toolset version to 2.0.3-refac-007111 2018-02-23 14:03:07 -08:00
build_projects ifdef out entire update versions task in source build 2017-10-19 11:00:13 -07:00
packaging Fix ubuntu and mac no permission error 2017-08-03 10:34:50 -07:00
resources/images Making this repo consume the dotnet-sdk-internal zip and produce a full core-sdk by using sdk-internal, runtime, lzma, templates and store. Also deleted a bunch of now, unecessary code. I am sure there is more to be deleted though. 2017-10-13 10:45:50 -07:00
scripts Merge pull request #7844 from dotnet/merges/release/2.0.0-to-dev/release/2.0-20171016-070029 2017-10-16 11:37:50 -07:00
test Merge pull request #7832 from dotnet/merges/release/2.0.0-to-dev/release/2.0-20171013-070030 2017-10-13 12:04:31 -07:00
TestAssets Making this repo consume the dotnet-sdk-internal zip and produce a full core-sdk by using sdk-internal, runtime, lzma, templates and store. Also deleted a bunch of now, unecessary code. I am sure there is more to be deleted though. 2017-10-13 10:45:50 -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 Making this repo consume the dotnet-sdk-internal zip and produce a full core-sdk by using sdk-internal, runtime, lzma, templates and store. Also deleted a bunch of now, unecessary code. I am sure there is more to be deleted though. 2017-10-13 10:45:50 -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 Making this repo consume the dotnet-sdk-internal zip and produce a full core-sdk by using sdk-internal, runtime, lzma, templates and store. Also deleted a bunch of now, unecessary code. I am sure there is more to be deleted though. 2017-10-13 10:45:50 -07: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 Updating the toolset version to 2.0.3-refac-007111 2018-02-23 14:03:07 -08:00
LICENSE Initial commit 2015-10-02 11:03:16 -07:00
Microsoft.DotNet.Cli.sln Revert release/2.0.0 back to 1bcee43995 2017-10-09 13:55:13 -07:00
netci.groovy Remove out of support ubuntu1610 2017-08-31 16:59:17 -07:00
NuGet.Config Adding the unified transport NuGet feed. 2017-10-09 13:34:24 -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 Merge dotnet/cli:dev/release/2.0 into dev/repo-refactoring 2017-10-19 16:44:10 -07:00
run-build.sh Merge dotnet/cli:dev/release/2.0 into dev/repo-refactoring 2017-10-19 16:44:10 -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.