Go to file
Nate McMaster 61ffc55bc1
Add ANCM version to generate list of deps versions
2018-03-27 15:16:16 -07:00
.vscode
build Add ANCM version to generate list of deps versions 2018-03-27 15:16:16 -07:00
modules
scripts
src Backport: separate list of dependency versions and dependency items, and stop issuing KRB4002 on duplicates 2018-03-27 10:06:56 -07:00
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
.gitmodules
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config Backport: consolidate list of myget feeds to one place and remove the need to mirror packages 2018-03-27 09:03:44 -07:00
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 Generate branding.g.props for use in downstream builds that need to align version information 2018-03-26 16:14: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.