Go to file
ASP.NET CI 6326fc8a25 Updating submodule(s)
Antiforgery => 62fe8b1172
AuthSamples => 76335fe018
AzureIntegration => 281531160c
BasicMiddleware => 0fd9eb4b2f
BrowserLink => b8de1ec139043569f6fbbf05a796755f5c4b9c48
Caching => df999d2a26c293b976e9446d10dc209c6c971041
Common => 6fd787150080be679e581fd1d65bb5a4101f5bb2
Configuration => 4a28632fb49fc52251a07d5f20ce3c0560959da8
CORS => 13568ba8cf
DataProtection => 667d42b654
DependencyInjection => 549ed5fe3e544af3d6ec804ef64a8a1339e02073
Diagnostics => 846c001d28
DotNetTools => 62ed760da8
EntityFrameworkCore => b1d0b41d0cc8da905e57436ca19a4eba06e8b960
EventNotification => a6679d249228b5ac8cb67b5c3077446fef18f3f9
FileSystem => 77adc4c94f4f38ebed055e6b7eb8ab029cd8e0c9
Hosting => 18bf9990cf
HtmlAbstractions => d3c71cce94
HttpAbstractions => 4fdeeb3131
HttpClientFactory => afab15c2c679188b155958e165ebbb173ae8498d
HttpSysServer => 4f7fd40f8c
Identity => 6204b822e5
IISIntegration => eb29cbc1b2
JavaScriptServices => 160c91f1b9
JsonPatch => 77de599030
KestrelHttpServer => 9ece7ee935
Localization => 4a38db25e9
Logging => 0b3c3f4b7579c5144ec356b6af4e89161e07f642
MetaPackages => 7a5568f80f
Microsoft.Data.Sqlite => df9a46aaaf2e3804d1112b0f63ae95a9ef39fab6
MusicStore => 2823ea6455
Mvc => 55fdbc24ed
MvcPrecompilation => f1ead21db7
Options => 6484bcd5593f4c77c0771a3b5e3fd19a2e1574ae
Proxy => 2086e3262a24af46e5b3c0b450e2b34baf526f82
Razor => 1c9c05b64d
ResponseCaching => 7aba56291e
Routing => 52e8d13708
Scaffolding => 2d949d607a89b2fb03a318c1c48133a7cedad41f
Security => bd3c202fcd
ServerTests => c0306b2d08
Session => 49e6920a7c
StaticFiles => d81a275d75
Testing => 2e152182136022944be1f198c43ce24cc8206144
WebSockets => 4d7697c9e1

[auto-updated: submodules]
2017-12-13 22:13:36 +00:00
.vscode
build Don't import the external package props file into the module build context (#711) 2017-12-13 12:14:19 -08:00
modules Updating submodule(s) 2017-12-13 22:13:36 +00:00
scripts Catch any error in UpdateRepos 2017-12-07 11:25:34 -08:00
src Clean up shared framework generation. 2017-12-07 11:00:24 -08:00
.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 Update KoreBuild 2017-12-12 12:31:22 -08:00
korebuild.json
run.cmd
run.ps1 Rename the parameter used to specify additional sources to avoid conflating with DotNetRestoreSources used in projects 2017-12-01 16:04:01 -08:00
run.sh Rename the parameter used to specify additional sources to avoid conflating with DotNetRestoreSources used in projects 2017-12-01 16:04:01 -08:00
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.