Go to file
ASP.NET CI 35a7fb7792 Updating submodule(s)
AADIntegration => 9b641283f0
Antiforgery => 108c73ca75
AuthSamples => 530542499f
AzureIntegration => 049fb37dc6
BasicMiddleware => 7f143446a0
BrowserLink => 82b96e3df754e23a19becb09f517f100231c6f9c
Caching => 413fb03253aaef9e045cd2754a39c4ec43e35733
Common => aca9fb80bcf71d5eb3e78ae04dbaf5a9eb3a7a7d
Configuration => 544666fd831a4b04cec9ae058b7720c5f6e7b6a1
CORS => e8da001870
DataProtection => c119bee8ef
DependencyInjection => 2f25974bf4a4ba73b7fc01d2310a89f58cf502bf
Diagnostics => 5c8b549882
DotNetTools => b3f6477a49
EntityFrameworkCore => 801b3c02b9cde8808ee795e72642bfaa2d314c00
EventNotification => b00a2457de69aeab2048f3e9fc09ffa7dc23c15c
FileSystem => 4e744b9dbaf32d6e52e19af54c040cc2ca3fa97c
Hosting => ef465439af
HtmlAbstractions => 386c024198
HttpAbstractions => f3dc2d069c
HttpClientFactory => b64fc5704a260feda061c2df49565bf3a1c6e07c
HttpSysServer => d6f2e8085f
Identity => ac744d8adb
IISIntegration => e23d9cb4ac
JavaScriptServices => 4bc67d6a60
JsonPatch => bd559b7966
KestrelHttpServer => 912c36a6e0
Localization => 496d61e3cb
Logging => 8f864d3dc0cd2054e6b00ae4167b9066c6cb98c7
MetaPackages => 8f0e948d60
Microsoft.Data.Sqlite => 252758cc872e027a2453690967c2fce06d83654f
MusicStore => 59f867fc37
Mvc => 5bd818bd64
MvcPrecompilation => c35b2e6e8d
Options => e93181d24f664bbc0fadbb97d7d3fe241178aa51
Proxy => b9ac3c264e69fbaba0deb91031672f1bf9b8f22e
Razor => f703a288dd
ResponseCaching => 950f569db8
Routing => 4f33362ab5
Scaffolding => dba409b17fd86c7c791081c8b6a004ff8348e2df
Security => 1cb07e1019
ServerTests => df1e9f3aa9
Session => a3b57b6e49
SignalR => fd5d024651
StaticFiles => 48e29a0078
Templating => 2476481464
WebSockets => 42efbb40c4

[auto-updated: submodules]
2018-08-21 18:34:18 -07:00
.github
.vscode
.vsts/builds Fix path broken by branding change and update installers to 'Preview 2' 2018-08-21 15:13:09 -07:00
build Remove temporary exclusion to output path adjustments 2018-08-20 16:29:59 -07:00
docs
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-08-21 18:34:18 -07:00
scripts 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
src Add a build definition for compiling Universe in VSTS 2018-08-20 16:02:43 -07:00
test/SharedFx.UnitTests
.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
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 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
LICENSE.txt
Microsoft.AspNetCore.sln
NuGet.config
README.md
build.cmd
build.sh
dockerbuild.sh
korebuild-lock.txt
korebuild.json
run.cmd
run.ps1
run.sh
version.props Fix path broken by branding change and update installers to 'Preview 2' 2018-08-21 15:13:09 -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.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.