Go to file
Nate McMaster f58faa416b Remove hard-coded --dry-run from TagRepos script 2017-11-14 16:02:56 -08:00
.vscode
build Revert to old lzma name scheme 2017-10-26 12:14:34 -07:00
modules Update templating to latest commit 2017-11-14 14:22:38 -08:00
scripts Remove hard-coded --dry-run from TagRepos script 2017-11-14 16:02:56 -08:00
src Ensure the deb/rpm installers use the same dotnet-core version 2017-10-17 15:46:53 -07:00
.editorconfig
.gitattributes
.gitignore
.gitmodules
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
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.