Go to file
ASP.NET CI 85dbb84717 Updating submodule(s)
Antiforgery => d4486c2bf1
AuthSamples => 355b30ac19
AzureIntegration => afedd75390
BasicMiddleware => 3488c24804
BrowserLink => d0c7ebe7bbeb9ee1e4d6075e38d12377df357a52
Caching => 5edf162ffa5fc75ea3ec3459c5e724f841bb5574
Configuration => 098684ad4e787e263cd809d8e154a4fbcdf2d0b5
CORS => 5dddd72b60
DataProtection => 2623f5e02d
DependencyInjection => 93158506f5770ab1700353ac0731ec31ba97d60a
Diagnostics => b7f22497e6
DotNetTools => b434d49304
EntityFrameworkCore => 305b1a92ffb78f518feb63318e100911fbd13632
EventNotification => 3c91d6bdce79c13ca2604315f51f2e3e722e7bbf
FileSystem => 7e6e3453fdc7b7baf4063e20129fee08f7dcd155
Hosting => 42cd02da5d
HtmlAbstractions => 1760bab38f
HttpAbstractions => 2476c44762
HttpClientFactory => ce8b20cb3870e3a3fa33ead95280a3f3988b3d80
HttpSysServer => 3fdcd13c59
Identity => d79018aca6
IISIntegration => 0dae9f527c
JavaScriptServices => f9c62ebb5a
JsonPatch => 84194387a2
KestrelHttpServer => edebfc1bb9
Localization => 3bd9caaaf7
Logging => 735ed14078cbf9e0987cac33472f1fa6d64df2d5
MetaPackages => 54a2ee4b29
MusicStore => c922e54616
Mvc => e24c44f243
MvcPrecompilation => d765737685
Options => adae18484eb7a6c5e146d88114499dbd4a5449b6
Proxy => 4ce2a4df07e6361e6971820f27bce1a5ddc1f66e
Razor => 3ee6426503
ResponseCaching => 620d7ecd9a
Routing => fdf5b64fae
Scaffolding => 3175fc45a6d3491fce6d6824d6a2ff8792a3ec3b
Security => 4edc900dd8
ServerTests => a7a850a967
Session => 955bd07651
SignalR => 4bf2b8f243
StaticFiles => 22597159f2
WebSockets => 63874540d1

[auto-updated: submodules]
2017-12-10 14:23:09 -08:00
.vscode
build Rename props to avoid reserved names 2017-12-08 01:41:45 -08:00
modules Updating submodule(s) 2017-12-10 14:23:09 -08: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
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
build.cmd
build.sh
korebuild-lock.txt
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.