Go to file
Nate McMaster d44982b166
Update GenerateTags.ps1 script
2018-04-17 09:08:47 -07:00
.vscode
build Update to core-setup 2.0.7-20180406 packages 2018-04-09 09:19:01 -07:00
modules Prepare the 2.0.7 patch 2018-03-22 10:08:30 -07:00
scripts Update GenerateTags.ps1 script 2018-04-17 09:08:47 -07:00
src Add the 2.0.6 manifest to Microsoft.AspNetCore.All 2018-03-28 10:06:30 -07:00
.appveyor.yml Add appveyor and travis CI config 2018-01-11 14:06:54 -08:00
.editorconfig
.gitattributes
.gitignore Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
.gitmodules Update submodule urls 2018-03-13 16:35:46 -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 Update to build tools 2.0.7-rtm-10027 2018-03-26 13:32:10 -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 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.