ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. https://asp.net/

ASP.NET Push Bot 472a6bfcd8 Updating submodule(s) 8 lat temu
.vscode a01aee7e9c Add scripts to auto-update build tools and submodules (#618) 8 lat temu
build 7c0d83e7ff Stop producing PackageLineup and remove obsolete code (#628) 8 lat temu
modules 472a6bfcd8 Updating submodule(s) 8 lat temu
scripts 639d49713e Fix UpdateRepos.ps1 8 lat temu
.editorconfig e841229782 Verify and mirror external dependencies and self-consistent package versions (#566) 8 lat temu
.gitattributes 77bcf111fb All line endings 10 lat temu
.gitignore cccfe3dd57 Use submodules for source dependencies (#621) 8 lat temu
.gitmodules cccfe3dd57 Use submodules for source dependencies (#621) 8 lat temu
CONTRIBUTING.md 9b07b0cddc Update Home master -> Home dev 10 lat temu
LICENSE.txt b781df02af Update LICENSE.txt and license header on files. 11 lat temu
NuGet.Config 2936763647 Merge remote-tracking branch 'origin/rel/2.0.0' into dev 8 lat temu
README.md cccfe3dd57 Use submodules for source dependencies (#621) 8 lat temu
build.cmd 4561d402fe Update bootstrappers 8 lat temu
build.sh 4561d402fe Update bootstrappers 8 lat temu
korebuild-lock.txt bb8e030aab Update buildtools and submodules 8 lat temu
korebuild.json a01aee7e9c Add scripts to auto-update build tools and submodules (#618) 8 lat temu
run.cmd 4561d402fe Update bootstrappers 8 lat temu
run.ps1 4561d402fe Update bootstrappers 8 lat temu
run.sh 4561d402fe Update bootstrappers 8 lat temu
version.props e841229782 Verify and mirror external dependencies and self-consistent package versions (#566) 8 lat temu

README.md

Universe

Build infrastructure used to produce the whole ASP.NET Core stack.

Getting started

git clone --recursive https://github.com/aspnet/Universe.git
cd Universe
./build.cmd

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.