Go to file
Jass Bagga a286e62c3d
Update Templating to include changes from release/2.0 (#981)
2018-03-21 12:34:00 -07:00
.vscode
build Update supported installer platforms 2018-03-16 11:47:50 -07: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 Templating to include changes from release/2.0 (#981) 2018-03-21 12:34:00 -07:00
scripts Backport scripts from dev used to generate tags on repos 2018-03-13 18:09:00 -07:00
src Update references to the 2.0.5 runtime store 2018-01-11 14:23:59 -08:00
.appveyor.yml Add appveyor and travis CI config 2018-01-11 14:06:54 -08:00
.editorconfig
.gitattributes
.gitignore
.gitmodules Update submodule urls 2018-03-13 16:35:46 -07:00
.travis.yml Add appveyor and travis CI config 2018-01-11 14:06:54 -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 Ensure the required 2.0.x runtime is installed 2018-01-19 11:12:16 -08:00
korebuild.json Update FileSystem submodule and apply the result of the cascading versions 2018-01-18 16:48:30 -08:00
version.props Update references to the 2.0.5 runtime store 2018-01-11 14:23:59 -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.