Go to file
ASP.NET CI 707630e0b2 Updating submodule(s)
AADIntegration => f5ca37fd3a
Antiforgery => 0fad534e75
AuthSamples => f3dcf0fa6a
AzureIntegration => 22979a83c5
BasicMiddleware => a1fc509103
BrowserLink => 15cf8c18739f791197c4edefc2b45ef9120f741c
Caching => 436b2a142df72771e16de7a7dd9d2bc0121a3644
Common => 6f7cc3ca1c6055d986edc370fdc90dbb17c4c7f6
Configuration => ad17714fafab3315ea66484a15b59c50f7af1063
CORS => 46182a2a60
DataProtection => 1e30b25fea
DependencyInjection => c30ff9622f2cf44056d5b34bb6b5585e4242d244
Diagnostics => c486ff0b96
DotNetTools => 7277826fde
EntityFrameworkCore => 8f9ffb3c895f37222c5e45d2a78e01aaef087441
EventNotification => f8cc89286eed9575e281b7700162abb3a0245f21
FileSystem => 41dca309371df619f9cc2f742018db1208338610
Hosting => c3d0767375
HtmlAbstractions => 6a4619a269
HttpAbstractions => fb560f5992
HttpClientFactory => b040c438e5ac35fd7587b534d7ab11752db36b99
HttpSysServer => 6529a5614b
Identity => a7abf7ec64
IISIntegration => 10f92c9065
JavaScriptServices => cfd3a19279
JsonPatch => 08a0c7fa7d
KestrelHttpServer => aff4ffc35b
Localization => 91042d3043
Logging => 80a301e89d7933a032969bfdc1c299df280c7d92
MetaPackages => 3b74b37ac4
Microsoft.Data.Sqlite => 16da3958018bd31cc9c8aed8962a0ff1fa549007
MusicStore => 96b57ce6db
Mvc => fde503d03a
Options => 36a3e700d8b0f22bcec36dd2aaea6e2db3da32d8
Proxy => 2f8bcdac64ab03ca4ba0f94fc38c37cd89699cb2
Razor => e8f8727193
ResponseCaching => 5a8f4ae7c4
Routing => 21427fea0f
Scaffolding => 2eb8d09930bfa308da99520e939aea33d957f31d
Security => f8959fd6a8
ServerTests => 65d5321c08
Session => 95cadf413b
SignalR => 8eb15ff029
StaticFiles => 8105558911
Templating => b8d09f4cea
WebHooks => 65706c491151e5929e75fba1c7c2f0dee9631b9e
WebSockets => e7a01ff710

[auto-updated: submodules]
2018-09-06 00:42:55 +00:00
.github
.vscode
.vsts/builds Merge branch 'release/2.2' 2018-09-05 17:25:17 -07:00
build Merge branch 'release/2.2' 2018-09-05 17:25:17 -07:00
docs Update documentation on the various package archive formats (#1324) 2018-08-17 10:42:26 -07:00
eng Install MicroBuild code signing plugin and set SignType = real (#1376) 2018-09-05 12:50:34 -07:00
modules Updating submodule(s) 2018-09-06 00:42:55 +00:00
scripts Merge branch 'release/2.2' 2018-08-31 16:58:52 -07:00
src Merge branch 'release/2.2' 2018-09-05 17:25:17 -07:00
test Merge branch 'release/2.2' 2018-08-31 16:58:52 -07:00
.editorconfig
.gitattributes
.gitignore Add code for building the Windows Hosting Bundle and ASP.NET Core runtime installers into this repo 2018-08-20 15:56:22 -07:00
.gitmodules Stop building MvcPrecompilation package 2018-08-30 11:23:45 -07:00
CONTRIBUTING.md
Directory.Build.props Add code for building the Windows Hosting Bundle and ASP.NET Core runtime installers into this repo 2018-08-20 15:56:22 -07:00
Directory.Build.targets Merge branch 'release/2.2' 2018-08-20 19:13:05 -07:00
LICENSE.txt
Microsoft.AspNetCore.sln
NuGet.config
README.md Rename to Cli.FunctionalTests 2018-08-29 16:15:53 -07:00
build.cmd
build.sh
dockerbuild.sh
korebuild-lock.txt Updating BuildTools from 3.0.0-alpha1-20180820.1 to 3.0.0-alpha1-20180821.3 2018-08-21 18:44:34 -07:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props Update branding to 2.2.0-preview3 2018-09-05 16:37:32 -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 (master branch)
release/2.2
release/2.1
Channel name1 master release/2.2 release/2.1
Windows (x64) Installer (exe)
Archive (zip)
Installer (exe)
Archive (zip)
Installer (exe)
Archive (zip)
Windows (x86) Installer (exe)
Archive (zip)
Installer (exe)
Archive (zip)
Installer (exe)
Archive (zip)
macOS (x64) Archive (tar.gz) Archive (tar.gz) Archive (tar.gz)
Linux (x64)
(for glibc based OS - most common)
Archive (tar.gz) Archive (tar.gz) Archive (tar.gz)
Linux (x64 - musl)
(for musl based OS, such as Alpine Linux)
Archive (tar.gz) Archive (tar.gz) Archive (tar.gz)
Linux (arm32) Archive (tar.gz) Archive (tar.gz) Archive (tar.gz)
Debian/Ubuntu (x64) Installer (deb) Installer (deb) Installer (deb)
RedHat/Fedora (x64) Installer (rpm) Installer (rpm) Installer (rpm)

1 For use with the -Channel argument in dotnet-install.ps1/sh.

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.