Go to file
John Luo d5ffe85bb9 Build 2.0.4 Hosting installers 2017-11-30 18:35:01 -08:00
.vscode Generate and set DotNetRestoreSourcePropsPath 2017-10-02 14:12:41 -07:00
build Build 2.0.4 Hosting installers 2017-11-30 18:35:01 -08:00
modules Update templating to latest commit 2017-11-14 14:22:38 -08:00
scripts Add script to list repo versions 2017-11-14 16:20:16 -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 Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
.gitmodules Unify git submodules to point to the 'release/2.0.0' branch (#649) 2017-11-15 16:01:02 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Update how PackageReference versions are set 2017-10-09 11:32:21 -07:00
README.md Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
build.cmd
build.ps1
build.sh Fix syntax errors in bootstrapper script 2017-10-11 10:14:18 -07:00
korebuild-lock.txt Update build tools to 2.0.2-rc1-16007 2017-10-16 11:32:20 -07:00
korebuild.json
version.props Build 2.0.4 Hosting installers 2017-11-30 18:35:01 -08: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.