[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
ASP.NET Push Bot f276890f62 Updating submodule(s)
HttpAbstractions => e2dcbea4ecd5655392b6cce534eac820c508c699
JavaScriptServices => 7bf5516bb2c09f85fe6d5e5acacd9aad245ee2db

[auto-updated: submodules]
2017-11-03 23:26:38 +00:00
.vscode Add scripts to auto-update build tools and submodules (#618) 2017-10-25 11:39:53 -07:00
build Stop producing PackageLineup and remove obsolete code (#628) 2017-11-03 16:20:29 -07:00
modules Updating submodule(s) 2017-11-03 23:26:38 +00:00
scripts Fix regex syntax 2017-11-02 10:33:35 -07:00
.editorconfig Verify and mirror external dependencies and self-consistent package versions (#566) 2017-09-29 10:25:47 -07:00
.gitattributes All line endings 2015-12-15 14:44:00 -08:00
.gitignore Use submodules for source dependencies (#621) 2017-11-01 13:03:46 -07:00
.gitmodules Use submodules for source dependencies (#621) 2017-11-01 13:03:46 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:53:38 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 14:05:34 -07:00
NuGet.Config Merge remote-tracking branch 'origin/rel/2.0.0' into dev 2017-07-11 19:44:39 -07:00
README.md Use submodules for source dependencies (#621) 2017-11-01 13:03:46 -07:00
build.cmd Update bootstrappers 2017-10-10 12:16:14 -07:00
build.sh Update bootstrappers 2017-10-10 12:16:14 -07:00
korebuild-lock.txt Update buildtools and submodules 2017-11-01 18:28:15 -07:00
korebuild.json Add scripts to auto-update build tools and submodules (#618) 2017-10-25 11:39:53 -07:00
run.cmd Update bootstrappers 2017-10-10 12:16:14 -07:00
run.ps1 Update bootstrappers 2017-10-10 12:16:14 -07:00
run.sh Update bootstrappers 2017-10-10 12:16:14 -07:00
version.props Verify and mirror external dependencies and self-consistent package versions (#566) 2017-09-29 10:25:47 -07:00

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.