Go to file
ASP.NET CI e968501fc3 Updating submodule(s)
AADIntegration => e2f2c87675
Antiforgery => 2784554edd
AuthSamples => 3e82e6ae29
AzureIntegration => b00baf8be7
BasicMiddleware => e0be511964
BrowserLink => 43e3ad97f687be227af47adbeb3d10b4bfa71d91
Caching => b8385b1f2debf3cf2fe0206358b54cad854ded38
Common => 8fa555ac5ec6887c71c7158fb6149370c3c113cc
Configuration => 7281b978cde5bb7677169ca0d71714d07c0a57c8
CORS => 826d86633b
DataProtection => d83e6a29c0
DependencyInjection => 9a834e5c3b2548ad345ada33bba151768c522f23
Diagnostics => ea980c55f6
DotNetTools => 6c39b06a59
EntityFrameworkCore => 7bfcf10a09668a312ee54da4eb7a0bd32f14be3e
EventNotification => 06393f38b7e6962fb86bba69b2431d3677701fc2
FileSystem => 3be791ee91bc5c17887c138f4a3c52c02e6e8c3f
Hosting => ef69aa833b
HtmlAbstractions => e18cef609e
HttpAbstractions => 7488fc0878
HttpClientFactory => 2255112c663a6d67b508d41ce03c91a7c6a47d80
HttpSysServer => c1cd96d31e
Identity => 0324313144
IISIntegration => 2018a43d63
JavaScriptServices => d8662392a0
JsonPatch => 2fcf2215d8
KestrelHttpServer => a142c01a1c
Localization => c975c7987d
Logging => 2d15990c3cbf8cfdc9b7c6b2ed9b19c39b88eaec
MetaPackages => fc42580cd2
Microsoft.Data.Sqlite => 15095e7a2b121996c4fb5e96dc52f8c246fcd85e
MusicStore => 1812386f8b
Mvc => db7555b0ba
MvcPrecompilation => 689e439b94
Options => ef1da7d79074fba7196f8d4fc5da6f58d3a10d4f
Proxy => 9ff8c5567f242045dfe2f975d3b4bc774d48cbbf
Razor => ecbaf35d2f
ResponseCaching => 2451bcf62f
Routing => 6353e7b15e
Scaffolding => ea215bfc1d35bda5e2b52cb566ff05ad3965b01c
Security => 862f781228
ServerTests => cb6ddb2258
Session => ecdbeeaae4
SignalR => e5470d9239
StaticFiles => 47e093bb24
Templating => 5a22e20bfc
WebSockets => 0bf7c45074

[auto-updated: submodules]
2018-09-23 19:40:39 +00:00
.github
.vscode
.vsts/builds add component detection task (#1338) 2018-09-10 14:58:47 -07:00
build ⬆️ Update NetTopologySuite.Core to 1.15.1 2018-09-19 09:22:07 -07:00
docs Update documentation on the various package archive formats (#1324) 2018-08-17 10:42:26 -07:00
eng Set the signing cert for .msi files to the 'Microsoft' certificate 2018-09-06 16:30:03 -07:00
modules Updating submodule(s) 2018-09-23 19:40:39 +00:00
scripts Fix errors connecting to github from powershell and TLS1.2 in test scripts 2018-08-31 11:20:58 -07:00
src Update build.ps1 2018-09-06 23:04:43 -07:00
test Update published files for 2.2-preview2 (#1370) 2018-08-31 16:56:56 -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
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 Rename to Cli.FunctionalTests 2018-08-29 16:15:53 -07:00
build.cmd
build.sh
dockerbuild.sh
korebuild-lock.txt Updating BuildTools from 2.2.0-preview1-20180911.1 to 2.2.0-preview1-20180918.1 2018-09-18 17:25:06 -07:00
korebuild.json
run.cmd
run.ps1 Add PR validation on VSTS 2018-08-10 09:19:06 -07:00
run.sh Add PR validation on VSTS 2018-08-10 09:19:06 -07:00
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 (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.