Go to file
ASP.NET CI 0ef47c536e Updating submodule(s)
AADIntegration => 45a6fbdfe7
Antiforgery => 9d72a84fa7
AuthSamples => 171be2a803
AzureIntegration => ee46ebab1d
BasicMiddleware => 4fb6f01627
BrowserLink => bb371a55893492095ea98a0d117a8e7f97c9c920
Caching => 858ee339c3a962dd2624761c05d8b7e18f0a1958
Common => fed9313f1c353f9f304e205e7271bf63f3aadc6c
Configuration => aa38f93474efe8cb72eac3521711236651f176e0
CORS => 8d576c7132
DataProtection => 2692acdcd0
DependencyInjection => e5fb561bfab34df1cf5022b9348ccd4b10a96cd0
Diagnostics => e681b344a6
DotNetTools => 78c9594075
EntityFrameworkCore => feb84320b20906a10600143ddff3efb3430e838f
EventNotification => b1e5e2093ffd2603922463abd743e612436c8bdb
FileSystem => c0fe6ebb028ae95d951ac4ebe460ae584cab78df
Hosting => 8ef26577ff
HtmlAbstractions => 1d83b14b52
HttpAbstractions => bbc8ab80bf
HttpClientFactory => f2dba744d699005cdb592640b882aed343d0ce22
HttpSysServer => 9cb675fec8
Identity => 216f9ff00d
IISIntegration => f52684a7bc
JavaScriptServices => a4be7b3898
JsonPatch => 64d1780047
KestrelHttpServer => a33ac0fcd6
Localization => aed467f681
Logging => bd88b8cfdef2567114ddf1dca777795300363836
MetaPackages => ec8040d9cc
MusicStore => e468812bb6
Mvc => 198f19305c
Options => 3dd525ecbfa2fd44cb92c7c7556ce8c20087d30f
Proxy => 94edfcfd0a91de3eef0c280915d838038205ff07
Razor => d9516f1f83
ResponseCaching => b399876a98
Routing => 4ab067fb37
Scaffolding => 61114a665ee506804c3a648cb88b8ebc11ae9819
Security => e2a07fbddc
ServerTests => 2ea3fbe77f
Session => 6a182b2270
SignalR => 577f905a38
StaticFiles => 06629a42d1
Templating => 629502e3ce
WebHooks => 9bdc69147f8a51b974bdd4179e47bc006e823d00
WebSockets => a8778d2f64

[auto-updated: submodules]
2018-09-04 14:32:37 -07:00
.github
.vscode
.vsts/builds Merge branch 'release/2.2' 2018-08-31 16:58:52 -07:00
build Upgrade to .NET Core 3.0.0-preview1-26904-01 (#1358) 2018-09-04 12:31:49 -07:00
docs Update documentation on the various package archive formats (#1324) 2018-08-17 10:42:26 -07:00
eng 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
modules Updating submodule(s) 2018-09-04 14:32:37 -07:00
scripts Merge branch 'release/2.2' 2018-08-31 16:58:52 -07:00
src Merge branch 'release/2.2' 2018-08-30 15:29:49 -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 Prepare 2.1.5 patch 2018-08-28 09:14:43 -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.