Go to file
ASP.NET CI 093934d73c Updating submodule(s)
Caching => fa145eedbdb1903e50f3f88bd82cf4e38242af39
Configuration => c5829d3d1a1ea429d3f60868b677749af330540b
DependencyInjection => 6ba4dfe5d4533e76406f0d46b2f22623089cd0ad
DotNetTools => bd725635c7
EventNotification => b2ed2e2d936ab7d194daf7f77ba7a6138c891af2
FileSystem => 7a28a76f209dbf5799b31f22f49c6c791c9183f8
HtmlAbstractions => dc095b1f4d
HttpAbstractions => 9f2cb49ac1
HttpClientFactory => 6c7d9fbccb40f1df7062a310c64d7d095a7a4ac1
JsonPatch => 0d4e34e0a1
Logging => 0dccc54d959dab3709ddfac493d28f9c0c5d8c03
Microsoft.Data.Sqlite => 7f78bf64ad836ef27daa0cb96691af6493302c64
Options => 812156d056398df472e4ed8abc2ab2f5ba4b2e58
Scaffolding => fd1170937180f1c3d228730959445a52df79ac9c
Testing => 80a2e2eac5b0d704d2188b3717783278d96f0c2d

[auto-updated: submodules]
2017-11-20 16:59:27 -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:59:27 -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.