Go to file
ASP.NET CI 3b80ecbf5e Updating submodule(s)
Antiforgery => e30d20bbbc
AuthSamples => 46fcf6fce1
AzureIntegration => 78c8bdbbef
BasicMiddleware => 8248a3bf1f
BrowserLink => 38be90a0330ccdbcce376673655bfbf3b6bce482
Caching => 2f307294217d37d050410230d1b0cd4ec9ae47ef
Common => a230103b8a6b82c5b5fa188540646620ee3f38a0
Configuration => 50b913fc4b0fe3333ba9ba1ad5c29f9d85c07010
CORS => 42099ddf6e
DataProtection => 2ea7c0cea3
DependencyInjection => c81de4e8853af45ee710999820d9c78a8937eed4
Diagnostics => 708e6e9537
DotNetTools => 03130b55f4
EntityFrameworkCore => aa384bbed005c9226edcab6a66b030f4edd6f780
EventNotification => 462eaeb76acb98de187ce0350a5e9d600f396992
HtmlAbstractions => 62a1d5c176
HttpAbstractions => cb6cf16b7a
Identity => f3ff51f113
JavaScriptServices => e6285f30ae
JsonPatch => a928adee30
KestrelHttpServer => b8a1c04ffb
Localization => 5c1f89df60
Logging => 49ab4f3c378cc8c812f7523e8b842939eab28a83
Microsoft.Data.Sqlite => 8b791eb647d5805bb3100da340882f1b409b2801
MusicStore => fae95813cd
Mvc => 3ca5955b31
Options => 69c11f14b6f53b67eaabd197cba17b7311cc9432
Proxy => 94366f00a4ecd3c795d56e55502490ab3793a185
Razor => 8abbaa46cc
ResponseCaching => 52e8ffefb9
Routing => 2a7c4fe32a
Scaffolding => f662bfbd5bc60817b45375da6f1a2d2df910596b
Security => c5307f9a7a
Session => d96c60ea3c
SignalR => e4671392ec
StaticFiles => 7d5670a27f
Templating => 43feac153a
WebSockets => e199bd15e2

[auto-updated: submodules]
2017-12-04 20:29:33 +00:00
.vscode
build Also use DotNetAdditionalRestoreSources when restoring external dependencies 2017-12-04 11:02:28 -08:00
modules Updating submodule(s) 2017-12-04 20:29:33 +00:00
scripts
src
.editorconfig
.gitattributes
.gitignore
.gitmodules
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
build.cmd
build.sh
korebuild-lock.txt Updating BuildTools to 2.1.0-preview1-15618 2017-12-01 14:24:06 -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

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.