[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Chris Ross b05ec85f35
Add AuthSamples repo (#659)
2017-11-21 12:24:16 -08:00
.vscode Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
build Add AuthSamples repo (#659) 2017-11-21 12:24:16 -08:00
modules Add AuthSamples repo (#659) 2017-11-21 12:24:16 -08:00
scripts Push repos if they build 2017-11-21 11:48:53 -08:00
src Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08: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 Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
.gitmodules Add AuthSamples repo (#659) 2017-11-21 12:24:16 -08: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 branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08: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 2017-11-17 10:13:02 -08: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 Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08: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.