Go to file
ASP.NET CI b66d04d982 Updating submodule(s)
Antiforgery => 83c6a1187c
AzureIntegration => 2419c03b70
BasicMiddleware => d763ee071c
BrowserLink => 3aea319129ae006b3474ec771d673466815ecd1f
Caching => 60089f664867067d0ba7ed8880adb45bb4e82860
Common => addffa37d689de0e3f8f87d6aeb14429c2b41cfe
Configuration => e2450a6a46aaab4bad86be2043d5508b2f6da41e
CORS => c9487faa06
DataProtection => 50017d9777
DependencyInjection => e7c46c17237f9e94ae32de89c939ee47efa63113
Diagnostics => f731ceb237
DotNetTools => 382cfa8e07
EntityFrameworkCore => 804d69916686d7046cab61fa74f08bbb5be99903
EventNotification => 15916e4693916496d556e05ab828b37d5fedc490
FileSystem => 34590f1172e4187c179989f545f04d278b4c9020
Hosting => 97e7f123f7
HtmlAbstractions => 330960460c
HttpAbstractions => 93d96e17b7
HttpClientFactory => b8fc8bbf1a76211871355fdcdc0bb60169b4eb2a
HttpSysServer => 9d9c8a2631
Identity => 66aa93540f
IISIntegration => a690a8f95e
JavaScriptServices => 0de9f0e3ce
JsonPatch => bccd5a1244
KestrelHttpServer => 6a793c252f
Localization => 1f7a6d0e7c
Logging => c02afe9ac3c66a942741d7bd96d5d09ba20acae8
MetaPackages => e0144cb767
Microsoft.Data.Sqlite => cfed869569e1dd1a8aa6f538c98533298e408e8d
MusicStore => f9fdb47d8c
Mvc => 905bdea095
MvcPrecompilation => ed1eb295fb
Options => 0baf814cbd4062a75b76115ff884b0d8af646763
Proxy => b98d13d9bb4840e4d723a9d76f3c19209700379c
Razor => adaa204b06
ResponseCaching => 9cea093888
Routing => 8b6c2ba31b
Scaffolding => 4f50cab1e9e68237abc31bb2ba85227f41f6cfb2
Security => 34083584a6
ServerTests => b9f970091a
Session => 5c945a87e6
SignalR => 0255979a73
StaticFiles => b66f37b286
Templating => 386f7f5b12
Testing => 73065d9dada6947075977c7b8d747babfe06b5a9
WebSockets => 516975346a

[auto-updated: submodules]
2017-11-17 21:13:24 +00:00
.vscode Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
build Update Microsoft.AspNetCore.DeveloperCertificates.XPlat to shipoob 2017-11-16 13:21:29 -08:00
modules Updating submodule(s) 2017-11-17 21:13:24 +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 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.