Go to file
ASP.NET CI ed04fa9b40 Updating submodule(s)
AADIntegration => 2f90f49497
Antiforgery => cca342e868
AuthSamples => d59cae0369
AzureIntegration => 0d9edc691f
BasicMiddleware => 030d5239ae
BrowserLink => cff7295e55f4ce079731d4251a1f8fc22e40c7a5
Caching => 692ad2686cd1c6891ba6d72eefdfae42c617e863
Common => 9af9eea1f72bec908db80a3b34dcfb4af87dfd8c
Configuration => b4f96bacd38dc55a7fab6f20855f9b79a32bf245
CORS => 767c3ddb85
DataProtection => 03228f3b30
DependencyInjection => deb8261e785985f41b2185f7624e9de320729088
Diagnostics => f572bbc2e8
DotNetTools => e2f4487d09
EntityFrameworkCore => e08140cba86d75710f2820a309d2c300670146eb
EventNotification => b6a153be48fd61a8faccf5f5b4ffc7aa4c746012
FileSystem => 386c983cb532331cdef2c9ce8a28c7660d347dce
Hosting => 7eafb5c9a0
HtmlAbstractions => 065f9f9dbc
HttpAbstractions => ae960c06e5
HttpClientFactory => 332fdec62ae73dd8fb4dcd96eb7448c6bb4b4041
HttpSysServer => 4a4a1f4c2d
Identity => 390e1e3a6a
IISIntegration => 2bf79062c5
JavaScriptServices => 7d30f2bbc3
JsonPatch => 09232faae4
KestrelHttpServer => 3ab8461a8c
Localization => 47d7bc999c
Logging => adeddecf6b9ac7ca2a3ff906c8533c48257b1d6d
MetaPackages => 9a5f4958e2
Microsoft.Data.Sqlite => 8196d7241ab264358a20cb67410732fd662b3218
MusicStore => eaeab5dfcd
Mvc => 31f9432a39
MvcPrecompilation => 672efed0c4
Options => d7b1df3e9de824ed13f6111f96588a4967a03ad7
Proxy => 654d2cdc81fde7eff8c7d5539160eb3d6e85bea6
Razor => 8075ae5344
ResponseCaching => 1103b2e3ed
Routing => 58353c7e57
Scaffolding => cf10550252c8b08f9d138b8dcc4b7e94b8bda1ab
Security => f3fc9c7148
ServerTests => 592e5ea45a
Session => 23eee246a4
SignalR => 3b8243d203
StaticFiles => 0da828cdc8
Templating => 5758828316
Testing => a0e977ccf8a088d8cde3485943ce4563f70b21a9
WebHooks => 14ec5b1afbaee98992309b36ebb1ac879fae29cc
WebSockets => 1b6ded26cf

[auto-updated: submodules]
2018-04-20 09:39:20 -07:00
.vscode Update publish to include more metadata in the manifest (#826) 2018-01-30 13:36:39 -08:00
build Add parameter so we can produce binary logs for individual repos 2018-04-19 17:59:55 -07:00
docs Add pretty title 2018-02-26 16:53:56 -08:00
modules Updating submodule(s) 2018-04-20 09:39:20 -07:00
scripts Fix script target 2018-04-17 12:26:08 -07:00
src Revert "Build runtime specific metapackages" 2018-03-30 13:02:45 -07:00
.appveyor.yml Merge branch 'release/2.1' into dev 2018-02-14 11:30:36 -08:00
.editorconfig
.gitattributes
.gitignore Update UpdateDependencies script 2018-04-11 12:49:04 -07:00
.gitmodules Adapt dev to release/2.1 2018-04-17 12:24:03 -07:00
.travis.yml Run more checks on Universe PRs 2018-01-30 13:03:42 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Map properties DotNetRestoreSources => RestoreSources for metapackage builds (#955) 2018-03-13 12:23:18 -07:00
README.md Generate an arm32 shared framework without crossgen (#1037) 2018-04-06 13:49:22 -07:00
build.cmd Update bootstrappers 2017-10-10 12:16:14 -07:00
build.sh Update bootstrappers 2017-10-10 12:16:14 -07:00
dockerbuild.sh Update Templating submodule 2018-03-21 08:40:00 -07:00
korebuild-lock.txt Revert "Updating BuildTools from 2.1.0-rc1-15773 to 2.1.0-rc1-15774" 2018-04-19 23:13:08 -07:00
korebuild.json Adapt dev to release/2.1 2018-04-17 12:24:03 -07:00
run.cmd Update bootstrappers 2017-10-10 12:16:14 -07:00
run.ps1 Update versions to include prodcon build id (#819) 2018-01-30 10:38:09 -08:00
run.sh Update versions to include prodcon build id (#819) 2018-01-30 10:38:09 -08:00
version.props Adapt dev to release/2.1 2018-04-17 12:24:03 -07:00

README.md

Universe

Build infrastructure used to produce the whole ASP.NET Core stack.

Released Builds

ASP.NET Core Runtime Store

The runtime store can be downloaded from here.

NuGet packages

All published ASP.NET Core packages can be found on https://www.nuget.org/profiles/aspnet.

Commonly referenced packages:

Package NuGet.org
Microsoft.AspNetCore.App
Microsoft.AspNetCore

Daily builds

NuGet packages

Packages can be found on https://dotnet.myget.org/gallery/dotnet-core. This feed may include packages that will not be supported in a officially released build.

Commonly referenced packages:

Package MyGet
Microsoft.AspNetCore.App
Microsoft.AspNetCore

ASP.NET Core Shared Framework

Platform Latest (dev branch)
release/2.1
Windows (x64) Installer (exe)
Archive (zip)
Installer (exe)
Archive (zip)
Windows (x86) Installer (exe)
Archive (zip)
Installer (exe)
Archive (zip)
macOS (x64) Archive (tar.gz) Archive (tar.gz)
Linux (x64) Archive (tar.gz) Archive (tar.gz)
Linux (arm32) Archive (tar.gz) (not available yet)
Debian/Ubuntu (x64) Installer (deb) Installer (deb)
RedHat/Fedora (x64) Installer (rpm) Installer (rpm)
Alpine Linux 3.6 (x64) Archive (tar.gz) Archive (tar.gz)

Building from source

git clone --recursive https://github.com/aspnet/Universe.git
cd Universe
./build.cmd

Useful properties and targets

Property Purpose Example
SkipTests Only build repos, don't run the tests. /p:SkipTests=true
TestOnly Don't package or verify things. /p:TestOnly=true
KOREBUILD_REPOSITORY_INCLUDE A list of the repositories to include in build (instead of all of them). $env:KOREBUILD_REPOSITORY_INCLUDE='Antiforgery;CORS'
KOREBUILD_REPOSITORY_EXCLUDE A list of the repositories to exclude from build (all the rest will be built). $env:KOREBUILD_REPOSITORY_EXCLUDE='EntityFramework'

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.