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 7e97adc1c0 Add arguments to configure the git username and email to the updater scripts пре 8 година
.vscode a01aee7e9c Add scripts to auto-update build tools and submodules (#618) пре 8 година
build bb8e030aab Update buildtools and submodules пре 8 година
modules bb8e030aab Update buildtools and submodules пре 8 година
scripts 7e97adc1c0 Add arguments to configure the git username and email to the updater scripts пре 8 година
.editorconfig e841229782 Verify and mirror external dependencies and self-consistent package versions (#566) пре 8 година
.gitattributes 77bcf111fb All line endings пре 10 година
.gitignore cccfe3dd57 Use submodules for source dependencies (#621) пре 8 година
.gitmodules cccfe3dd57 Use submodules for source dependencies (#621) пре 8 година
CONTRIBUTING.md 9b07b0cddc Update Home master -> Home dev пре 10 година
LICENSE.txt b781df02af Update LICENSE.txt and license header on files. пре 11 година
NuGet.Config 2936763647 Merge remote-tracking branch 'origin/rel/2.0.0' 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 bb8e030aab Update buildtools and submodules пре 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 e841229782 Verify and mirror external dependencies and self-consistent package versions (#566) пре 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.