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
Sridhar Periyasamy 57b1b5b290 Changes to dotnet MSI authoring based on netfx mtpack authoring.
- Added reg keys to detect installation.
- Added dependency provider keys
2015-11-17 20:32:02 -08:00
documentation Add contrib guidelines, Docker links 2015-11-16 20:11:22 -08:00
package_tool Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
packaging Changes to dotnet MSI authoring based on netfx mtpack authoring. 2015-11-17 20:32:02 -08:00
scripts Change the build number to 'major.minor.build.revision'. 2015-11-17 20:25:08 -08:00
src Merge pull request #197 from blackdwarf/master 2015-11-16 22:12:17 -08:00
test Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
.gitattributes merge my spike on compile/publish/run and switch from PS1 to C# 2015-10-06 10:46:43 -07:00
.gitignore switch to repo-local stage0 2015-11-16 13:49:29 -08:00
build.cmd Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
build.sh Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
debian_config.json rev debian version 2015-10-30 15:49:56 -07:00
global.json Initial commit 2015-10-03 11:34:08 -07:00
LICENSE Initial commit 2015-10-02 11:03:16 -07:00
Microsoft.DotNet.Cli.sln Rename 'dotnet interactive' to 'dotnet repl' 2015-11-06 19:07:38 -08:00
netci.groovy Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
NuGet.Config update NuGet.Packaging reference 2015-11-12 10:38:57 -08:00
NuGet.master.config add readme 2015-10-08 14:41:04 -07:00
omnisharp.json Add omnisharp.json file to exclude test projects from editor 2015-10-29 01:48:46 -07:00
README.md Add contrib guidelines, Docker links 2015-11-16 20:11:22 -08:00

.NET Command Line Interface

This repo contains the source code for cross-platform .NET Core command line toolchain. It contains the implementation of each command, the native packages for various supported platforms as well as documentation.

Build Status

Ubuntu 14.04 Windows Mac OS X
Debug Build Status Build Status Build Status
Release Build Status Build Status Build Status

Installers

Ubuntu 14.04 Windows Mac OS X
Installers Download Debian Package Download Msi Download Pkg
Binaries Download tar file Download zip file Download tar file

Docker

You can also use our Docker base images found on http://github.com/dotnet/dotnet-docker to set up your dev or testing environment for usage.

Questions & Comments

For any and all feedback, please use the Issues on this repository.