Go to file
Pranav K 76cc53c2be Pick up templating changes 2018-01-24 17:59:35 -08:00
.vscode
…
build Update runtime store generation to respect DotNetAssetRootUrl 2018-01-19 16:57:17 -08:00
docs
…
modules Pick up templating changes 2018-01-24 17:59:35 -08:00
scripts Update FileSystem submodule and apply the result of the cascading versions 2018-01-18 16:48:30 -08: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 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
…

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.