Go to file
John Luo afba40b573 Build LZMA
- Update metapackage reference insertion
2017-10-11 16:11:12 -07:00
.vscode Generate and set DotNetRestoreSourcePropsPath 2017-10-02 14:12:41 -07:00
build Build LZMA 2017-10-11 16:11:12 -07:00
modules Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
src/Microsoft.AspNetCore.All Update how PackageReference versions are set 2017-10-09 11:32:21 -07:00
.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 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 Update Korebuild to 2.0.2-alpha-14598 2017-09-19 14:21:33 -07:00
build.sh Fix syntax errors in bootstrapper script 2017-10-11 10:14:18 -07:00
korebuild-lock.txt Update how PackageReference versions are set 2017-10-09 11:32:21 -07:00
korebuild.json Update Korebuild to 2.0.2-alpha-14598 2017-09-19 14:21:33 -07:00
version.props Bump to 2.0.3 2017-09-21 14:18:51 -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.