[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 9a907274e1
Update README.md to indicate this repo has merged into aspnet/AspNetCore (#1512)
2018-10-17 08:45:10 -07:00
.azure/pipelines Merge branch release/2.2 2018-10-16 12:02:18 -07:00
.github Update README, daily build docs, and contributing guide 2018-10-16 11:02:47 -07:00
.vscode Reorganize source code from aspnet/DataProtection into a subfolder 2018-10-15 10:47:38 -07:00
build Update visual studio dependencies (#1500) 2018-10-16 15:03:50 -07:00
docs Update README, daily build docs, and contributing guide 2018-10-16 11:02:47 -07:00
eng Cleanup ANCM installers/ Sign AspNetCore custom action (#1499) (#1502) 2018-10-15 17:46:36 -07:00
modules Updating submodule(s) 2018-10-16 20:15:08 +00:00
scripts Merge branch 'release/2.2' 2018-10-16 15:01:01 -07:00
src Merge pull request #1514 from aspnet/release/2.2 2018-10-16 15:59:08 -07:00
test Merge branch release/2.2 2018-10-16 12:02:18 -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 Support checked-in global.json files 2018-10-04 09:26:44 -07:00
.gitmodules Merge branch release/2.2 2018-10-16 12:02:18 -07:00
CONTRIBUTING.md Update README, daily build docs, and contributing guide 2018-10-16 11:02:47 -07:00
Directory.Build.props Cleanup ANCM installers/ Sign AspNetCore custom action (#1499) (#1502) 2018-10-15 17:46:36 -07:00
Directory.Build.targets Cleanup ANCM installers/ Sign AspNetCore custom action (#1499) (#1502) 2018-10-15 17:46:36 -07:00
LICENSE.txt Reorganize source code from aspnet/DataProtection into a subfolder 2018-10-15 10:47:38 -07:00
Microsoft.AspNetCore.sln Add unit tests for the shared framework (#1228) 2018-06-27 14:56:10 -07:00
NuGet.config Reorganize source code from aspnet/DataProtection into a subfolder 2018-10-15 10:47:38 -07:00
README.md Update README.md to indicate this repo has merged into aspnet/AspNetCore (#1512) 2018-10-17 08:45:10 -07:00
THIRD-PARTY-NOTICES.txt Update README, daily build docs, and contributing guide 2018-10-16 11:02:47 -07:00
build.cmd Reorganize source code from aspnet/DataProtection into a subfolder 2018-10-15 10:47:38 -07:00
build.sh Reorganize source code from aspnet/DataProtection into a subfolder 2018-10-15 10:47:38 -07:00
dockerbuild.sh Ensure trx logging is reported correctly when building in TeamCity 2018-07-05 10:14:35 -07:00
global.json Updating BuildTools from 3.0.0-alpha1-20181011.3 to 3.0.0-alpha1-20181011.11 2018-10-11 22:19:43 -07:00
korebuild-lock.txt Update buildtools and submodules 2018-10-16 11:42:25 -07:00
korebuild.json Reorganize source code from aspnet/DataProtection into a subfolder 2018-10-15 10:47:38 -07:00
run.cmd Reorganize source code from aspnet/DataProtection into a subfolder 2018-10-15 10:47:38 -07:00
run.ps1 Merge branch release/2.2 2018-10-16 12:02:18 -07:00
run.sh Merge branch release/2.2 2018-10-16 12:02:18 -07:00
version.props Merge branch release/2.2 2018-10-16 12:02:18 -07:00

README.md

Universe [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

Build infrastructure used to produce the whole ASP.NET Core stack.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.