Go to file
Nate McMaster c8068b7d1c Use submodules for source dependencies
As a part of making builds more reproducible, we want to start committing the exact sha of source dependencies used to build aspnetcore. This implements that using git submodules, and removes targets that were previously used to clone source on demand.
2017-10-11 15:48:50 -07:00
.vscode
build Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
modules Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
src/Microsoft.AspNetCore.All
.editorconfig
.gitattributes
.gitignore Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
.gitmodules Use submodules for source dependencies 2017-10-11 15:48:50 -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
korebuild-lock.txt
korebuild.json
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.