Go to file
ASP.NET CI 1606146777 Updating submodule(s)
Antiforgery => 77485a2d23
AzureIntegration => 277735343f
BasicMiddleware => faa075a348
BrowserLink => 73b4314e006719f6fb191d76ca85714e56a9ed25
Caching => 8dc29b7770ec7757ee7210745670c82fa684be7b
Common => 5c3ee37fb773db04a1aea6b67e49395e84fda223
Configuration => 0b3b04fd123d90714713ba3ca7e21917b8679475
CORS => b8d2b36191
DataProtection => b5bb233fe2
DependencyInjection => f4f5b7242c49f0a70bba2587a716857ff5d0981c
Diagnostics => 12f63965df
DotNetTools => e07a19446b
EntityFrameworkCore => 9a7d3d16fa102502c71bffe88c2d3ff2a3195cab
EventNotification => cd5ce883e9ab093232e33aafa79700842741b2ee
FileSystem => 9ac5925f780b0ccf2093127d32fdeb644d771f6d
Hosting => 3f76a5d214
HtmlAbstractions => f6341853de
HttpAbstractions => 1e0655c52a
HttpClientFactory => cbd9a4920441f0c934b5dcb1126d65412a46bc23
HttpSysServer => ec1eaa6791
Identity => c352a9b8dc
IISIntegration => 749bce9d2b
JavaScriptServices => 50ba6114ee
JsonPatch => b5906870fd
KestrelHttpServer => afa4844230
Localization => 8ca523466c
Logging => 71e619a5599af7bdf903061ac011ed2c6f62a744
MetaPackages => 688ba2baa2
Microsoft.Data.Sqlite => 26490600fda20082eceb7a359ffea9a18a8c9f98
MusicStore => 6b63cea0d7
Mvc => 24d245c16c
MvcPrecompilation => c869c47acf
Options => dd0edc4b947c62014e84990b94dd3a380f314c53
Proxy => 57c8ba3d92d69f978562976390451113f23dfe7a
Razor => ece080466b
ResponseCaching => dc0639d988
Routing => 2093e6b937
Scaffolding => be4fc7584412f18d058eef92586e5b4345cfc11d
Security => a9482d1d03
ServerTests => 9fc47088d0
Session => 2b7fc1f93a
SignalR => 4394b57143
StaticFiles => 2a624bbe9d
Templating => dd8aef8699
Testing => 541177fe3bf9da10d639eeb30897d8f19058d0e0
WebSockets => 5fe9e22c90

[auto-updated: submodules]
2017-11-21 17:16:12 -08:00
.vscode
build Only produce one version of the runtime store, templates packages, and installers (#665) 2017-11-21 17:05:52 -08:00
modules Updating submodule(s) 2017-11-21 17:16:12 -08:00
scripts Push repos if they build 2017-11-21 11:48:53 -08:00
src
.editorconfig
.gitattributes
.gitignore
.gitmodules Add AuthSamples repo (#659) 2017-11-21 12:24:16 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
build.cmd
build.sh
korebuild-lock.txt
korebuild.json
run.cmd
run.ps1
run.sh
version.props Only produce one version of the runtime store, templates packages, and installers (#665) 2017-11-21 17:05:52 -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.