Go to file
ASP.NET CI 0d3974cde0 Updating submodule(s)
AADIntegration => 417fe0334e
Antiforgery => 524cafefbf
AuthSamples => 49f2503489
AzureIntegration => 5efa8a58fc
BasicMiddleware => 7074c4d87e
BrowserLink => acfc42fc9b7f467eee6d2aad31402652c959574e
Caching => 5df358787a7023aa57fac98c96e3c1ec514cd9c3
Common => c83857c1397c8e45e815e155dfbf09fbefe267af
Configuration => cf97f7b06f6ad023df40b79cf50263f1c7e7d094
CORS => 2ad08ee794
DataProtection => a8da72bf6f
DependencyInjection => d464a4a095059f64bd0e762b8c86d6d304e2ea27
Diagnostics => 8583f6824f
DotNetTools => c3768ec342
EntityFrameworkCore => c441549a17250142234df047ebc8ba97cb4b34ea
EventNotification => 2b56de8ae6ea7ba4bfb83611f9e8edb60c435b11
FileSystem => 59426251b404859939584389897409243b2cada7
Hosting => 53fb442446
HtmlAbstractions => dd4d3156b5
HttpAbstractions => 5965614632
HttpClientFactory => 5c18588d4d5e1764e1122fa061865c2129b9ecc2
HttpSysServer => 13329bfb7f
Identity => 927d4a9b3c
IISIntegration => 5f12936438
JavaScriptServices => df85010938
JsonPatch => afe088a8e8
KestrelHttpServer => b67e97bcab
Localization => 79b372c458
Logging => b26d20e82739c80903763ba4bf1d9bdb315ac5d8
MetaPackages => 70c263d783
Microsoft.Data.Sqlite => 0ec6fd6308acbff08e3f6bfd84d6e2fe46855c48
MusicStore => 287269bc2c
Mvc => 8170534275
MvcPrecompilation => 8931dc4f5e
Options => 9319d1811725e73c5178c8313c079e8b2c9e4576
Proxy => c2a5b5d86963df22b5bb5d481990138467332e4b
Razor => 52304f76a9
ResponseCaching => 8cb30cf3ea
Routing => 554a9d5528
Scaffolding => a371052d391dcaf8153e1b8c57bf92b04bb5011f
Security => 48b8fc7c02
ServerTests => 8bc6dfedbb
Session => 1e9ccb2c23
SignalR => e4b96b926f
StaticFiles => 6cbef2b1ee
Templating => 6b0f373ab9
WebHooks => a07adc8c9a6f17f5164017fc65c667c4f8ca539f
WebSockets => 0efd5c5642

[auto-updated: submodules]
2018-07-22 20:25:12 +00:00
.github Add CODEOWNERS file (#1231) 2018-06-28 12:04:53 -07:00
.vscode
build Merge branch 'release/2.2' 2018-07-16 15:58:31 -07:00
docs
modules Updating submodule(s) 2018-07-22 20:25:12 +00:00
scripts Merge branch 'release/2.2' 2018-07-10 16:22:44 -07:00
src Update LZMA cache to netcoreapp3.0 2018-07-10 16:24:28 -07:00
test/SharedFx.UnitTests Merge branch 'release/2.2' 2018-07-05 15:18:12 -07:00
.appveyor.yml Change default branch to master 2018-07-02 11:50:02 -07:00
.editorconfig
.gitattributes
.gitignore Merge branch 'release/2.0' into release/2.1 2018-07-05 20:12:24 -07:00
.gitmodules Change default branch to master 2018-07-02 11:50:02 -07:00
.travis.yml Change default branch to master 2018-07-02 11:50:02 -07:00
CONTRIBUTING.md
Directory.Build.props Refactor LZMA generation to support Docker and Antares usage 2018-07-06 13:15:23 -07:00
Directory.Build.targets Upgrade to .NET Core 3.0.0-preview1-26629-04 (#1240) 2018-06-29 16:27:55 -07:00
LICENSE.txt
Microsoft.AspNetCore.sln Add unit tests for the shared framework (#1228) 2018-06-27 14:56:10 -07:00
NuGet.config
README.md Add release/2.2 links to README [ci skip] 2018-07-02 12:59:24 -07:00
build.cmd
build.sh
dockerbuild.sh Ensure trx logging is reported correctly when building in TeamCity 2018-07-05 10:14:35 -07:00
korebuild-lock.txt Updating BuildTools from 3.0.0-alpha1-10010 to 3.0.0-alpha1-10011 2018-07-19 22:41:00 +00:00
korebuild.json Change default branch to master 2018-07-02 11:50:02 -07:00
run.cmd
run.ps1 Change default branch to master 2018-07-02 11:50:02 -07:00
run.sh Update KoreBuild channel to master 2018-06-29 16:52:59 -07:00
version.props Update branding to 3.0.0-alpha1 2018-06-28 17:01:31 -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.