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 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 Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
.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 Update how PackageReference versions are set 2017-10-09 11:32:21 -07:00
README.md Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
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.