Go to file
John Luo cabc9874c5 Generate deps for hosting startup in external dependencies
Use publish deps file instead of build deps file
2018-01-08 11:13:16 -08:00
.vscode
build Generate deps for hosting startup in external dependencies 2018-01-08 11:13:16 -08:00
docs
modules Update dependencies 2018-01-08 11:12:07 -08:00
scripts Update dependencies 2018-01-08 11:12:07 -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 January patch fixes 2018-01-08 11:13:16 -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.