|
7 | 7 |
|
8 | 8 | <ItemGroup>
|
9 | 9 | <Repository Include="AADIntegration" />
|
| 10 | + <Repository Include="Antiforgery" /> |
10 | 11 | <Repository Include="AuthSamples" />
|
11 | 12 | <Repository Include="AzureIntegration" />
|
| 13 | + <Repository Include="BasicMiddleware" /> |
| 14 | + <Repository Include="BrowserLink" /> |
| 15 | + <Repository Include="Caching" /> |
| 16 | + <Repository Include="Common" /> |
| 17 | + <Repository Include="Configuration" /> |
| 18 | + <Repository Include="CORS" /> |
| 19 | + <Repository Include="DataProtection" /> |
| 20 | + <Repository Include="DependencyInjection" /> |
12 | 21 | <Repository Include="Diagnostics" />
|
| 22 | + <Repository Include="DotNetTools" /> |
13 | 23 | <Repository Include="EntityFrameworkCore" />
|
| 24 | + <Repository Include="FileSystem" /> |
| 25 | + <Repository Include="Hosting" /> |
| 26 | + <Repository Include="HtmlAbstractions" /> |
| 27 | + <Repository Include="HttpAbstractions" /> |
| 28 | + <Repository Include="HttpClientFactory" /> |
| 29 | + <Repository Include="HttpSysServer" /> |
14 | 30 | <Repository Include="Identity" />
|
| 31 | + <Repository Include="IISIntegration" /> |
15 | 32 | <Repository Include="JavaScriptServices" />
|
| 33 | + <Repository Include="JsonPatch" /> |
16 | 34 | <Repository Include="KestrelHttpServer" />
|
| 35 | + <Repository Include="Localization" /> |
| 36 | + <Repository Include="Logging" /> |
17 | 37 | <Repository Include="MetaPackages" />
|
18 | 38 | <Repository Include="MusicStore" />
|
19 | 39 | <Repository Include="Mvc" />
|
20 | 40 | <Repository Include="MvcPrecompilation" />
|
| 41 | + <Repository Include="Options" /> |
21 | 42 | <Repository Include="Razor" />
|
| 43 | + <Repository Include="ResponseCaching" /> |
| 44 | + <Repository Include="Routing" /> |
22 | 45 | <Repository Include="Scaffolding" />
|
23 | 46 | <Repository Include="Security" />
|
| 47 | + <Repository Include="ServerTests" /> |
| 48 | + <Repository Include="Session" /> |
24 | 49 | <Repository Include="SignalR" />
|
25 |
| - <Repository Include="WebSockets" /> |
26 | 50 | <Repository Include="StaticFiles" />
|
| 51 | + <Repository Include="WebSockets" /> |
27 | 52 | </ItemGroup>
|
28 | 53 |
|
29 | 54 | <ItemGroup>
|
30 |
| - <ShippedRepository Include="Antiforgery" /> |
31 |
| - <ShippedRepository Include="BasicMiddleware" /> |
32 |
| - <ShippedRepository Include="BrowserLink" /> |
33 |
| - <ShippedRepository Include="Caching" /> |
34 |
| - <ShippedRepository Include="Common" /> |
35 |
| - <ShippedRepository Include="Configuration" /> |
36 |
| - <ShippedRepository Include="CORS" /> |
37 |
| - <ShippedRepository Include="DataProtection" /> |
38 |
| - <ShippedRepository Include="DependencyInjection" /> |
39 |
| - <ShippedRepository Include="DotNetTools" /> |
40 | 55 | <ShippedRepository Include="EventNotification" />
|
41 |
| - <ShippedRepository Include="FileSystem" /> |
42 |
| - <ShippedRepository Include="Hosting" /> |
43 |
| - <ShippedRepository Include="HtmlAbstractions" /> |
44 |
| - <ShippedRepository Include="HttpAbstractions" /> |
45 |
| - <ShippedRepository Include="HttpClientFactory" /> |
46 |
| - <ShippedRepository Include="HttpSysServer" /> |
47 |
| - <ShippedRepository Include="IISIntegration" /> |
48 |
| - <ShippedRepository Include="JsonPatch" /> |
49 |
| - <ShippedRepository Include="Localization" /> |
50 |
| - <ShippedRepository Include="Logging" /> |
51 | 56 | <ShippedRepository Include="Microsoft.Data.Sqlite" />
|
52 |
| - <ShippedRepository Include="Options" /> |
53 |
| - <ShippedRepository Include="ResponseCaching" /> |
54 |
| - <ShippedRepository Include="Routing" /> |
55 |
| - <ShippedRepository Include="ServerTests" /> |
56 |
| - <ShippedRepository Include="Session" /> |
57 | 57 | <ShippedRepository Include="Testing" />
|
58 | 58 | </ItemGroup>
|
59 | 59 | </Project>
|
0 commit comments