Commit Graph

1262 Commits

Author SHA1 Message Date
Nate McMaster cccfe3dd57
Use submodules for source dependencies (#621)
As a part of making builds more reproducible, we want to start committing the exact sha of source dependencies used to build aspnetcore. This implements that using git submodules, and removes targets that were previously used to clone source on demand.

Initial submodule status:

Antiforgery => e1884586
AzureIntegration => c998d74e
BasicMiddleware => 9f3ed006
BrowserLink => 7e2ff85a
Caching => c6a9cbbe
Common => 062ad3e7
CORS => 8fd36866
DataProtection => 49b2e22a
DependencyInjection => 88297e3c
Diagnostics => 7ac0e06a
DotNet=>ols => 1836201b
EntityFrameworkCore => e70d7dae
EventNotification => 3f881f18
FileSystem => 51e14a62
Hosting => 82ccf4f0
HtmlAbstractions => d687617a
HttpAbstractions => c0f93723
HttpSysServer => 02331040
Identity => 52dfb021
JavaScriptServices => e583a17e
JsonPatch => e453fafa
KestrelHttpServer => 0c34523e
Logging => e8e3e707
MetaPackages => d63542ca
Mvc => 2e4bc548
Razor => 6c7551d9
Routing => bb413c6a
Security => 88cb3df0
SignalR => 2419867d

[auto-updated: submodules]
2017-11-01 13:03:46 -07:00
Nate McMaster b0de6da24f Update the Scaffolding and Templating submodules 2017-10-30 15:50:25 -07:00
Nate McMaster 9d4c3adda1 Update modules/Templating to fix workaround dotnet/templating#1302 2017-10-26 16:14:32 -07:00
Hao Kung 60d604580c Add identity fix 2017-10-26 14:49:35 -07:00
Nate McMaster 8c63660b15 Update EntityFrameworkCore to 88551da89 - react to aspnet/EntityFrameworkCore#10151 2017-10-24 12:41:26 -07:00
Nate McMaster 4da6565d5b Update modules/Scaffolding to ce3c4802 to fix aspnet/Scaffolding#645 2017-10-24 10:35:19 -07:00
Nate McMaster 354f4e123c Update Razor to include minor tweak to build script. aspnet/Razor#1728 2017-10-18 15:06:41 -07:00
Nate McMaster 0585274d32 Update kestrel submodule and remove the Microsoft.AspNetCore.Internal.CoreFxLab.Sources package from external dependencies list (#607) 2017-10-16 10:18:23 -07:00
Nate McMaster 286c0a7e3b Update submodules to latest build tools and fix bug in razor tests 2017-10-13 13:15:13 -07:00
Nate McMaster 446de15f0b Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00
Smit Patel 87b3cc6879 Update EF 2017-10-12 15:35:56 -07:00
Nate McMaster c8068b7d1c Use submodules for source dependencies
As a part of making builds more reproducible, we want to start committing the exact sha of source dependencies used to build aspnetcore. This implements that using git submodules, and removes targets that were previously used to clone source on demand.
2017-10-11 15:48:50 -07:00