Go to file
Nate McMaster 49c952a035 Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
.vscode
build Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
docs
modules
scripts Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
src
.editorconfig
.gitattributes
.gitignore
.gitmodules
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
build.cmd
build.ps1 Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
build.sh Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
korebuild-lock.txt Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
korebuild.json Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
version.props

README.md

Universe

Build infrastructure used to produce the whole ASP.NET Core stack.

Getting started

git clone --recursive https://github.com/aspnet/Universe.git
cd Universe
./build.cmd

More info

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.