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 CI a95bfc8c62 Updating submodule(s) 8 years ago
.vscode dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 years ago
build f8a38b9d3d Update BenchmarkDotNet (#704) 8 years ago
modules a95bfc8c62 Updating submodule(s) 8 years ago
scripts fabe0fbe3c Catch any error in UpdateRepos 8 years ago
src 911264eb04 Clean up shared framework generation. 8 years ago
.editorconfig e841229782 Verify and mirror external dependencies and self-consistent package versions (#566) 8 years ago
.gitattributes 77bcf111fb All line endings 10 years ago
.gitignore dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 years ago
.gitmodules b05ec85f35 Add AuthSamples repo (#659) 8 years ago
CONTRIBUTING.md 9b07b0cddc Update Home master -> Home dev 10 years ago
LICENSE.txt b781df02af Update LICENSE.txt and license header on files. 11 years ago
NuGet.config dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 years ago
README.md cccfe3dd57 Use submodules for source dependencies (#621) 8 years ago
build.cmd 4561d402fe Update bootstrappers 8 years ago
build.sh 4561d402fe Update bootstrappers 8 years ago
korebuild-lock.txt e0ea9fc47d Updating BuildTools from 2.1.0-preview1-15618 to 2.1.0-preview1-15623 8 years ago
korebuild.json a01aee7e9c Add scripts to auto-update build tools and submodules (#618) 8 years ago
run.cmd 4561d402fe Update bootstrappers 8 years ago
run.ps1 3a76af803a Rename the parameter used to specify additional sources to avoid conflating with DotNetRestoreSources used in projects 8 years ago
run.sh 3a76af803a Rename the parameter used to specify additional sources to avoid conflating with DotNetRestoreSources used in projects 8 years ago
version.props dfd15c8679 Only produce one version of the runtime store, templates packages, and installers (#665) 8 years ago

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.