Go to file
Nate McMaster bb8e030aab Update buildtools and submodules
Submodule modules/Configuration 94a5f9e3..6cc477ed:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/EntityFrameworkCore e70d7daef..e76f8f3d1:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/HttpClientFactory 8a6433460..126e68136:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/HttpSysServer 02331040a..db210af71:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/IISIntegration 94c895a1b..a42c8a33b:
  > Return FINISH_REQUEST on request failure (#469)
  > Pin tool and package versions to make builds more repeatable
Submodule modules/JsonPatch e453fafad..478c640a6:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/KestrelHttpServer 0c34523e8..6c82f78c6:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Localization 98484b828..115271d1c:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Microsoft.Data.Sqlite 791993269..a2b6f5f7d:
  > Pin tool and packages versions to make builds more repeatable
Submodule modules/MusicStore 1c0aeb08b..b8c118056:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/MvcPrecompilation 00dd638c4..976ddc2ef:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Options 7e46634d3..e762d2070:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Proxy 0d1e23194..6b507eb64:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Razor 6c7551d9c..4d737af16:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/ResponseCaching 85bd16418..f616f3e89:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Routing bb413c6ac..f4fb178f5:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Security 88cb3df0e..bd8ecd026:
  > Pin tool and package versions to make builds more repeatable
  > Refactor OIDC event tests
Submodule modules/ServerTests f1e0205b9..20837fe04:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Session a29e7cf687..f7f89cdf8f:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/SignalR 2419867dfc..8c446fc02d:
  > [Redis] Save a few bytes for acks (#1070)
  > Pin package and tool versions to make build more repeatable
  > Enabling byte[]
  > Updating jasmine
  > Updating msgpack5 to the latest version
Submodule modules/StaticFiles 5248d6057c..555f5c68ee:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Testing 94569378d4..a6c6619f19:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/WebSockets f17facd329..5bbab01ba5:
  > Pin tool and package versions to make builds more repeatable
2017-11-01 18:28:15 -07:00
.vscode Add scripts to auto-update build tools and submodules (#618) 2017-10-25 11:39:53 -07:00
build Update buildtools and submodules 2017-11-01 18:28:15 -07:00
modules Update buildtools and submodules 2017-11-01 18:28:15 -07:00
scripts Use submodules for source dependencies (#621) 2017-11-01 13:03:46 -07:00
.editorconfig
.gitattributes
.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
LICENSE.txt
NuGet.Config
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

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.