Go to file
ASP.NET CI 398e86ae60 Updating submodule(s)
Antiforgery => 181c7faa12
AzureIntegration => 498cd129d3
BasicMiddleware => d46f3894b1
BrowserLink => 94efa28771179d286d913099a2624dd93f5e1947
Common => 0990ddc418c2ad1d9b36f05a5c83bc61f145d101
CORS => 6a4161762c
DataProtection => 1021dc41ec
Diagnostics => 948c2612ef
EntityFrameworkCore => 06a1471047bbe226eee7848305d4f8c2e7b2dacd
Hosting => 36404036a9
HttpSysServer => 453ab55615
IISIntegration => 1a3bdcada9
JavaScriptServices => cd3e3c667c
Localization => dd0d1617ea
MusicStore => eae354fda4
Mvc => 86ef25e007
Proxy => d554f5b66c48bc5f9ef229e112c6ac84993084aa
Razor => 5acef44685
ResponseCaching => 445de58e89
Routing => e450e1fa32
Scaffolding => 1d7e563fa1632eda2d364b1b520764cdc92f1b8f
Security => 28aae41993
ServerTests => 88ce3b870e
Session => 91412f2d20
SignalR => dcbf20b1f7
StaticFiles => 6a40bcb173
WebSockets => e328a1a527

[auto-updated: submodules]
2017-11-21 02:07:52 +00:00
.vscode Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
build Add more external dependencies to dependencies.props 2017-11-20 17:54:56 -08:00
modules Updating submodule(s) 2017-11-21 02:07:52 +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
build.cmd
build.sh
korebuild-lock.txt Update BuildTools 2017-11-17 10:13:02 -08:00
korebuild.json
run.cmd
run.ps1
run.sh
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.