Go to file
ASP.NET CI 81b070010d Updating submodule(s)
Common => 574e26d928885b448de606c4fda077ca9b95b5e3
EntityFrameworkCore => 8af0dbe6327e08e47c7cff7ae31a83bd55f7539e
Hosting => aff78a04af
HttpClientFactory => ee7abfa96b484b6dbe26fb5c3979998318ab9599
Identity => 145f645bcf
KestrelHttpServer => 2d69698cfa
Templating => 76cb441a8e

[auto-updated: submodules]
2017-11-20 16:16:24 -08:00
.vscode Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
build Update ServiceController version for netstandard support 2017-11-20 15:36:18 -08:00
modules Updating submodule(s) 2017-11-20 16:16:24 -08:00
scripts Build Repos before pushing 2017-11-09 16:59:32 -08:00
src Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
.editorconfig
.gitattributes
.gitignore Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
.gitmodules Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
README.md Use submodules for source dependencies (#621) 2017-11-01 13:03:46 -07:00
build.cmd Update bootstrappers 2017-10-10 12:16:14 -07:00
build.sh Update bootstrappers 2017-10-10 12:16:14 -07:00
korebuild-lock.txt Update BuildTools 2017-11-17 10:13:02 -08:00
korebuild.json Add scripts to auto-update build tools and submodules (#618) 2017-10-25 11:39:53 -07:00
run.cmd Update bootstrappers 2017-10-10 12:16:14 -07:00
run.ps1 Update bootstrappers 2017-10-10 12:16:14 -07:00
run.sh Update bootstrappers 2017-10-10 12:16:14 -07:00
version.props Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -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.