Go to file
= fe031e5655 Move core installer download to its own target 2017-10-14 07:21:47 -04:00
.vscode
build Move core installer download to its own target 2017-10-14 07:21:47 -04:00
modules Update submodules to latest build tools and fix bug in razor tests 2017-10-13 13:15:13 -07:00
src Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00
.editorconfig
.gitattributes
.gitignore Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
.gitmodules Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
build.cmd
build.ps1
build.sh Fix syntax errors in bootstrapper script 2017-10-11 10:14:18 -07:00
korebuild-lock.txt Update build tools to 2.0.2-rc1-16001 2017-10-13 18:10:16 -07:00
korebuild.json
version.props Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -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.