Go to file
Nate McMaster cc0e0394ac
Add required infrastructure improvements to submodules to support NETStandard.Library 2.0.3
2018-07-02 18:09:28 -07:00
.vscode Generate and set DotNetRestoreSourcePropsPath 2017-10-02 14:12:41 -07:00
build Update the LZMA to include NETStandard.Library 2.0.3 2018-07-02 16:45:20 -07:00
modules Add required infrastructure improvements to submodules to support NETStandard.Library 2.0.3 2018-07-02 18:09:28 -07:00
scripts Fix for uploading blobs to private Azure blob containers 2018-06-14 09:34:07 -07:00
src Prepare the 2.0.9 patch 2018-05-23 11:18:16 -07:00
.appveyor.yml Add appveyor and travis CI config 2018-01-11 14:06:54 -08:00
.editorconfig Copy packages to ship/noship and verify coherent versions (#560) 2017-09-18 16:44:12 -07:00
.gitattributes
.gitignore Add script used to deploy blobs to Azure storage 2018-06-13 14:26:46 -07:00
.gitmodules Fixup submodule branches 2018-04-17 15:38:50 -07:00
.travis.yml Add appveyor and travis CI config 2018-01-11 14:06:54 -08:00
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 Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
build.cmd
build.ps1 Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
build.sh Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
korebuild-lock.txt Prepare the 2.0.9 patch 2018-05-23 11:18:16 -07:00
korebuild.json Update FileSystem submodule and apply the result of the cascading versions 2018-01-18 16:48:30 -08:00
version.props Prepare the 2.0.9 patch 2018-05-23 11:18:16 -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.