[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 4da6565d5b Update modules/Scaffolding to ce3c4802 to fix aspnet/Scaffolding#645 2017-10-24 10:35:19 -07:00
.vscode Generate and set DotNetRestoreSourcePropsPath 2017-10-02 14:12:41 -07:00
build Fix rpm packages and hosting tar.gz 2017-10-19 12:55:11 -07:00
modules Update modules/Scaffolding to ce3c4802 to fix aspnet/Scaffolding#645 2017-10-24 10:35:19 -07:00
src Ensure the deb/rpm installers use the same dotnet-core version 2017-10-17 15:46:53 -07:00
.editorconfig Copy packages to ship/noship and verify coherent versions (#560) 2017-09-18 16:44:12 -07:00
.gitattributes All line endings 2015-12-15 14:44:00 -08:00
.gitignore Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
.gitmodules Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -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 Update how PackageReference versions are set 2017-10-09 11:32:21 -07:00
README.md Use submodules for source dependencies 2017-10-11 15:48:50 -07:00
build.cmd Update the bootstrapper to use compiled KoreBuild 2017-09-14 14:40:03 -07:00
build.ps1 Update Korebuild to 2.0.2-alpha-14598 2017-09-19 14:21:33 -07:00
build.sh Fix syntax errors in bootstrapper script 2017-10-11 10:14:18 -07:00
korebuild-lock.txt Update build tools to 2.0.2-rc1-16007 2017-10-16 11:32:20 -07:00
korebuild.json Update Korebuild to 2.0.2-alpha-14598 2017-09-19 14:21:33 -07:00
version.props Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -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.