Go to file
Nate McMaster fbf8e886ba
Update to build tools 2.0.7-rtm-10027
2018-03-26 13:32:10 -07:00
.vscode
build Update to build tools 2.0.7-rtm-10025 and remove custom DownloadNuGetPackages task in favor of the one in build tools 2018-03-26 11:53:34 -07:00
docs
modules Prepare the 2.0.7 patch 2018-03-22 10:08:30 -07:00
scripts Backport scripts from dev used to generate tags on repos 2018-03-13 18:09:00 -07:00
src
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
.gitmodules
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
build.cmd
build.ps1
build.sh
korebuild-lock.txt Update to build tools 2.0.7-rtm-10027 2018-03-26 13:32:10 -07:00
korebuild.json
version.props Prepare the 2.0.7 patch 2018-03-22 10:08:30 -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.