Go to file
ASP.NET CI 7cef1ec045 Updating submodule(s)
DependencyInjection => e198a2cdbf8fe6b2cd4a342f11c8c3557d2ec029
EntityFrameworkCore => fc2ee5f288dba5d8dd4b72982300ccd045be556d
FileSystem => d3c4e7978ef19d91ae99fb82f9183692711f5c0c
Hosting => 311a92ddee
Microsoft.Data.Sqlite => f40310ef498de585803493970969be418acf0169
Options => fe3f1b15811958acfa0be7eb88656d4bd5943834
Testing => 1318245d0de4e15469fc380c3c1ee60eb30f17a7

[auto-updated: submodules]
2017-11-11 00:24:15 +00:00
.vscode Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
build More packages to restore 2017-11-10 16:11:06 -08:00
modules Updating submodule(s) 2017-11-11 00:24:15 +00: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 KoreBuild version 2017-11-10 09:17:49 -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.