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

Nate McMaster a24bed01d7 Identify the difference between skipped and shipped repositories 8 лет назад
.vscode dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 лет назад
build a24bed01d7 Identify the difference between skipped and shipped repositories 8 лет назад
modules 22b2191da2 Updating submodule(s) 8 лет назад
scripts 91556e0a3e Build Repos before pushing 8 лет назад
src dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 лет назад
.editorconfig e841229782 Verify and mirror external dependencies and self-consistent package versions (#566) 8 лет назад
.gitattributes 77bcf111fb All line endings 10 лет назад
.gitignore dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 лет назад
.gitmodules dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 лет назад
CONTRIBUTING.md 9b07b0cddc Update Home master -> Home dev 10 лет назад
LICENSE.txt b781df02af Update LICENSE.txt and license header on files. 11 лет назад
NuGet.config dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 лет назад
README.md cccfe3dd57 Use submodules for source dependencies (#621) 8 лет назад
build.cmd 4561d402fe Update bootstrappers 8 лет назад
build.sh 4561d402fe Update bootstrappers 8 лет назад
korebuild-lock.txt 8875f0c1c5 Update KoreBuild version 8 лет назад
korebuild.json a01aee7e9c Add scripts to auto-update build tools and submodules (#618) 8 лет назад
run.cmd 4561d402fe Update bootstrappers 8 лет назад
run.ps1 4561d402fe Update bootstrappers 8 лет назад
run.sh 4561d402fe Update bootstrappers 8 лет назад
version.props dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 лет назад

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.