Go to file
Nate McMaster d8b413720f
Merge branch release/2.0 into release/2.0-msrc
2018-04-18 13:55:56 -07:00
.vscode
build Merge branch release/2.0 into release/2.0-msrc 2018-04-18 13:55:56 -07:00
modules Update to include Kestrel patch changes 2018-04-17 15:47:38 -07:00
scripts
src Bump runtime store and metapackages to 2.0.8 2018-04-18 08:37:50 -07:00
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
.gitmodules Update to include Kestrel patch changes 2018-04-17 15:47:38 -07:00
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
build.cmd
build.ps1
build.sh
korebuild-lock.txt
korebuild.json
version.props Bump runtime store and metapackages to 2.0.8 2018-04-18 08:37:50 -07: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.