|
|
@@ -34,16 +34,8 @@
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
- <Repository Include="Caching" />
|
|
|
<Repository Include="EntityFrameworkCore" />
|
|
|
- <Repository Include="Identity" />
|
|
|
- <Repository Include="KestrelHttpServer" />
|
|
|
- <Repository Include="Mvc" />
|
|
|
- <Repository Include="Razor" />
|
|
|
- <Repository Include="Security" />
|
|
|
- <Repository Include="SignalR" />
|
|
|
<Repository Include="Scaffolding" PatchPolicy="AlwaysUpdate" />
|
|
|
- <Repository Include="MetaPackages" PatchPolicy="CascadeVersions" />
|
|
|
<Repository Include="Templating" PatchPolicy="AlwaysUpdateAndCascadeVersions" />
|
|
|
|
|
|
<!-- Test-only repos -->
|
|
|
@@ -58,6 +50,7 @@
|
|
|
<ShippedRepository Include="AzureIntegration" />
|
|
|
<ShippedRepository Include="BasicMiddleware" />
|
|
|
<ShippedRepository Include="BrowserLink" />
|
|
|
+ <ShippedRepository Include="Caching" />
|
|
|
<ShippedRepository Include="Common" />
|
|
|
<ShippedRepository Include="Configuration" />
|
|
|
<ShippedRepository Include="CORS" />
|
|
|
@@ -72,17 +65,24 @@
|
|
|
<ShippedRepository Include="HttpAbstractions" />
|
|
|
<ShippedRepository Include="HttpClientFactory" />
|
|
|
<ShippedRepository Include="HttpSysServer" />
|
|
|
+ <ShippedRepository Include="Identity" />
|
|
|
<ShippedRepository Include="IISIntegration" />
|
|
|
<ShippedRepository Include="JavaScriptServices" />
|
|
|
<ShippedRepository Include="JsonPatch" />
|
|
|
+ <ShippedRepository Include="KestrelHttpServer" />
|
|
|
<ShippedRepository Include="Localization" />
|
|
|
<ShippedRepository Include="Logging" />
|
|
|
+ <ShippedRepository Include="MetaPackages" PatchPolicy="CascadeVersions" />
|
|
|
<ShippedRepository Include="Microsoft.Data.Sqlite" />
|
|
|
+ <ShippedRepository Include="Mvc" />
|
|
|
<ShippedRepository Include="MvcPrecompilation" />
|
|
|
<ShippedRepository Include="Options" />
|
|
|
+ <ShippedRepository Include="Razor" />
|
|
|
<ShippedRepository Include="ResponseCaching" />
|
|
|
<ShippedRepository Include="Routing" />
|
|
|
+ <ShippedRepository Include="Security" />
|
|
|
<ShippedRepository Include="Session" />
|
|
|
+ <ShippedRepository Include="SignalR" />
|
|
|
<ShippedRepository Include="StaticFiles" />
|
|
|
<ShippedRepository Include="Testing" />
|
|
|
<ShippedRepository Include="WebSockets" />
|