Go to file
Nate McMaster e28eb85750 Bump build version to 2.0.6 2018-01-10 09:34:56 -08:00
.vscode
build Generate deps for hosting startup in external dependencies 2018-01-08 11:13:16 -08:00
docs Add a design document for the bill of materials and build caching (#688) 2017-12-01 18:15:17 -08:00
modules Update dependencies 2018-01-08 11:12:07 -08:00
scripts Update dependencies 2018-01-08 11:12:07 -08:00
src Add 2.0.3 manifests to all metapackage 2017-12-07 16:00:32 -08:00
.editorconfig
.gitattributes
.gitignore
.gitmodules Prepare the 2.0.5 patch and add task to ensure repo versions cascade 2017-12-07 22:52:46 -08:00
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 Bump build version to 2.0.6 2018-01-10 09:34:56 -08:00

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.