Welcome to mirror list, hosted at ThFree Co, Russian Federation.

submodules.props « build - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb0ebcca81031f7ce15757bcbab8ff1e9a866348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<Project>
  <ItemGroup>
    <!-- Repos being patched -->
    <Repository Include="Antiforgery" />
    <Repository Include="AzureIntegration" />
    <Repository Include="BasicMiddleware" />
    <Repository Include="BrowserLink" />
    <Repository Include="CORS" />
    <Repository Include="DataProtection" />
    <Repository Include="Diagnostics" />
    <Repository Include="EntityFrameworkCore" />
    <Repository Include="Hosting" />
    <Repository Include="HttpAbstractions" />
    <Repository Include="HttpSysServer" />
    <Repository Include="Identity" />
    <Repository Include="IISIntegration" />
    <Repository Include="JavaScriptServices" />
    <Repository Include="KestrelHttpServer" />
    <Repository Include="Localization" />
    <Repository Include="MetaPackages" />
    <Repository Include="Mvc" />
    <Repository Include="MvcPrecompilation" />
    <Repository Include="Proxy" />
    <Repository Include="Razor" />
    <Repository Include="ResponseCaching" />
    <Repository Include="Routing" />
    <Repository Include="Scaffolding" />
    <Repository Include="Security" />
    <Repository Include="ServerTests" />
    <Repository Include="Session" />
    <Repository Include="StaticFiles" />
    <Repository Include="WebSockets" />

    <!--
    Repos not building this patch.
    Build tools will *verify* that these repos will be unaffected
    by the patch update and do not need updating.
    -->
    <ShippedRepository Include="Caching" />
    <ShippedRepository Include="Common" />
    <ShippedRepository Include="Configuration" />
    <ShippedRepository Include="DependencyInjection" />
    <ShippedRepository Include="DotNetTools" />
    <ShippedRepository Include="EventNotification" />
    <ShippedRepository Include="FileSystem" />
    <ShippedRepository Include="HtmlAbstractions" />
    <ShippedRepository Include="JsonPatch" />
    <ShippedRepository Include="Logging" />
    <ShippedRepository Include="Microsoft.Data.Sqlite" />
    <ShippedRepository Include="Options" />
    <ShippedRepository Include="Testing" />
  </ItemGroup>
</Project>