Go to file
John Luo d6bbfa5f00 Revert "Build 2.0.4 Hosting installers"
This reverts commit d5ffe85bb9.
2017-12-07 14:50:39 -08:00
.vscode
build Revert "Build 2.0.4 Hosting installers" 2017-12-07 14:50:39 -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 the templating submodule 2017-12-06 13:17:46 -08:00
scripts
src
.editorconfig
.gitattributes
.gitignore
.gitmodules Update the templating submodule 2017-12-06 13:17:46 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
build.cmd
build.ps1
build.sh
korebuild-lock.txt
korebuild.json
version.props Revert "Build 2.0.4 Hosting installers" 2017-12-07 14:50:39 -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.