Go to file
ASP.NET CI 0d18f1e6f7 Updating submodule(s)
Antiforgery => eee2184455
AuthSamples => e0a95f3151
AzureIntegration => 5b0cf49d0d
BasicMiddleware => 52abda04ff
BrowserLink => 4cae52756c18f9f7b7b1e8c203f634ca9ffe89f5
Caching => 16222175feb35f1d705563efd78eb8550d3981b2
Common => 2969aa1740a9cde7afcd7707f2f846151362a0aa
Configuration => d7e63abc52bb3550589dd2ea70b06675252d2788
CORS => e5c95690db
DataProtection => c91075928d
DependencyInjection => ffca98b5e1e8d88832ec272c56e6ca19ac90daa9
Diagnostics => d2280883d0
DotNetTools => e36ed0f011
EntityFrameworkCore => 7831848b2cb96c8e4dcd58ec386acbd42151e74d
EventNotification => 4c42637bb556cba442ad8e7a2a8644c4b6d75a88
FileSystem => f43b1752543786ee0ca7b7ab69aad7e24793f8ae
Hosting => 38832b75fd
HtmlAbstractions => b9867d21b3
HttpAbstractions => 24acad7b90
HttpClientFactory => 9ed59092f8a900220d4e2b494c707a5c08d9504e
HttpSysServer => ede025fe34
Identity => 1e53a61983
IISIntegration => a67ba5ab3f
JavaScriptServices => bd5793e284
JsonPatch => fe4d3c7ea9
KestrelHttpServer => 906dc80fd6
Localization => 83aa5caf5e
Logging => 7e08df080e1fe26e75a43c49d64b974ff0bf2e03
MetaPackages => c25e5cdd08
Microsoft.Data.Sqlite => 33030434c5bf50ac2db230ef44ffc8483c6e4f29
MusicStore => 7c584a5d2c
Mvc => 41104bff7e
MvcPrecompilation => d457fec2cf
Options => 4cee3300e00641448bcadf56c7c4a34b8ce458d5
Proxy => 7e3cf328c8bc49ff756eb07cdee0bf7827cee2cb
Razor => ee3bc17559
ResponseCaching => 4ca0c362a5
Routing => 5bf1259348
Scaffolding => a2586264019a8a1afdbf6e0899e6bcb16f69d144
Security => e69d9e2063
ServerTests => bf7a0a9c8b
Session => 0f8eadd175
SignalR => fc159ce72f
StaticFiles => 7b3b9fc98e
Templating => d890c2de2f
Testing => 4a49eb90cea5f5cd790622aa71f753a3a81634c6
WebSockets => 11e0f8456e

[auto-updated: submodules]
2017-11-29 22:32:12 +00:00
.vscode
build Downgrade to CoreFx version with signed binaries 2017-11-29 12:16:19 -08:00
modules Updating submodule(s) 2017-11-29 22:32:12 +00:00
scripts
src Import dependencies.props when building the metapackage 2017-11-29 13:02:37 -08:00
.editorconfig
.gitattributes
.gitignore
.gitmodules
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
build.cmd
build.sh
korebuild-lock.txt Updating BuildTools version 2017-11-29 13:52:49 -08:00
korebuild.json
run.cmd
run.ps1 Add support for restore sources and package version props url 2017-11-28 11:54:09 -08:00
run.sh Add support for restore sources and package version props url 2017-11-28 11:54:09 -08:00
version.props

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.