Skip to content

Commit a5fc9de

Browse files
author
John Luo
committed
Regenerate ref assemblies
1 parent 5f9f1ce commit a5fc9de

File tree

11 files changed

+89
-70
lines changed

11 files changed

+89
-70
lines changed

src/Components/Components/ref/Microsoft.AspNetCore.Components.csproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
</PropertyGroup>
77
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
88
<Compile Include="Microsoft.AspNetCore.Components.netstandard2.0.cs" />
9-
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
10-
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
11-
<Reference Include="System.Buffers" />
9+
<Compile Include="Microsoft.AspNetCore.Components.Manual.cs" />
10+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
11+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
12+
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
13+
<Reference Include="System.Buffers" />
1214
</ItemGroup>
1315
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
1416
<Compile Include="Microsoft.AspNetCore.Components.netcoreapp.cs" />
15-
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
16-
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
17+
<Compile Include="Microsoft.AspNetCore.Components.Manual.cs" />
18+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
19+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
20+
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
1721
</ItemGroup>
1822
</Project>

src/Hosting/Hosting/ref/Microsoft.AspNetCore.Hosting.csproj

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
77
<Compile Include="Microsoft.AspNetCore.Hosting.netcoreapp.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
9-
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
10-
<Reference Include="Microsoft.AspNetCore.Http" />
11-
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
12-
<Reference Include="Microsoft.Extensions.Configuration.FileExtensions" />
13-
<Reference Include="Microsoft.Extensions.Configuration" />
14-
<Reference Include="Microsoft.Extensions.DependencyInjection" />
15-
<Reference Include="Microsoft.Extensions.FileProviders.Physical" />
16-
<Reference Include="Microsoft.Extensions.FileProviders.Composite" />
17-
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
18-
<Reference Include="Microsoft.Extensions.Logging" />
19-
<Reference Include="Microsoft.Extensions.Options" />
8+
<Compile Include="Microsoft.AspNetCore.Hosting.Manual.cs" />
9+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
10+
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
11+
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
12+
<Reference Include="Microsoft.AspNetCore.Http" />
13+
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
14+
<Reference Include="Microsoft.Extensions.Configuration.FileExtensions" />
15+
<Reference Include="Microsoft.Extensions.Configuration" />
16+
<Reference Include="Microsoft.Extensions.DependencyInjection" />
17+
<Reference Include="Microsoft.Extensions.FileProviders.Physical" />
18+
<Reference Include="Microsoft.Extensions.FileProviders.Composite" />
19+
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
20+
<Reference Include="Microsoft.Extensions.Logging" />
21+
<Reference Include="Microsoft.Extensions.Options" />
2022
</ItemGroup>
2123
</Project>

src/Http/Http.Abstractions/ref/Microsoft.AspNetCore.Http.Abstractions.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
77
<Compile Include="Microsoft.AspNetCore.Http.Abstractions.netcoreapp.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Http.Features" />
9-
<Reference Include="Microsoft.Net.Http.Headers" />
8+
<Compile Include="Microsoft.AspNetCore.Http.Abstractions.Manual.cs" />
9+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
10+
<Reference Include="Microsoft.AspNetCore.Http.Features" />
11+
<Reference Include="Microsoft.Net.Http.Headers" />
12+
<InternalsVisibleTo Include="Microsoft.AspNetCore.Http.Microbenchmarks" Key="" />
1013
</ItemGroup>
1114
</Project>

src/Http/Routing/ref/Microsoft.AspNetCore.Routing.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
77
<Compile Include="Microsoft.AspNetCore.Routing.netcoreapp.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Authorization" />
9-
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
10-
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
11-
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
12-
<Reference Include="Microsoft.Extensions.ObjectPool" />
13-
<Reference Include="Microsoft.Extensions.Options" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.Authorization" />
10+
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
11+
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
12+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
13+
<Reference Include="Microsoft.Extensions.ObjectPool" />
14+
<Reference Include="Microsoft.Extensions.Options" />
1415
</ItemGroup>
1516
</Project>

src/Middleware/Diagnostics/ref/Microsoft.AspNetCore.Diagnostics.csproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
77
<Compile Include="Microsoft.AspNetCore.Diagnostics.netcoreapp.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Diagnostics.Abstractions" />
9-
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
10-
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
11-
<Reference Include="Microsoft.AspNetCore.Routing" />
12-
<Reference Include="Microsoft.AspNetCore.WebUtilities" />
13-
<Reference Include="Microsoft.Extensions.FileProviders.Physical" />
14-
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
15-
<Reference Include="Microsoft.Extensions.Options" />
8+
<Compile Include="Microsoft.AspNetCore.Diagnostics.Manual.cs" />
9+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
10+
<Reference Include="Microsoft.AspNetCore.Diagnostics.Abstractions" />
11+
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
12+
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
13+
<Reference Include="Microsoft.AspNetCore.Routing" />
14+
<Reference Include="Microsoft.AspNetCore.WebUtilities" />
15+
<Reference Include="Microsoft.Extensions.FileProviders.Physical" />
16+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
17+
<Reference Include="Microsoft.Extensions.Options" />
1618
</ItemGroup>
1719
</Project>

src/Mvc/Mvc.Abstractions/ref/Microsoft.AspNetCore.Mvc.Abstractions.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
77
<Compile Include="Microsoft.AspNetCore.Mvc.Abstractions.netcoreapp.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
9-
<Reference Include="Microsoft.Net.Http.Headers" />
8+
<Compile Include="Microsoft.AspNetCore.Mvc.Abstractions.Manual.cs" />
9+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
10+
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
11+
<Reference Include="Microsoft.Net.Http.Headers" />
1012
</ItemGroup>
1113
</Project>

src/Mvc/Mvc.Core/ref/Microsoft.AspNetCore.Mvc.Core.csproj

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
77
<Compile Include="Microsoft.AspNetCore.Mvc.Core.netcoreapp.cs" />
88
<Compile Include="Microsoft.AspNetCore.Mvc.Core.Manual.cs" />
9-
<Reference Include="Microsoft.AspNetCore.Mvc.Abstractions" />
10-
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
11-
<Reference Include="Microsoft.AspNetCore.Authorization.Policy" />
12-
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
13-
<Reference Include="Microsoft.AspNetCore.Http" />
14-
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
15-
<Reference Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" />
16-
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
17-
<Reference Include="Microsoft.AspNetCore.Routing" />
18-
<Reference Include="Microsoft.Extensions.DependencyInjection" />
19-
<Reference Include="Microsoft.Extensions.FileProviders.Abstractions" />
20-
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
9+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
10+
<Reference Include="Microsoft.AspNetCore.Mvc.Abstractions" />
11+
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
12+
<Reference Include="Microsoft.AspNetCore.Authorization.Policy" />
13+
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
14+
<Reference Include="Microsoft.AspNetCore.Http" />
15+
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
16+
<Reference Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" />
17+
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
18+
<Reference Include="Microsoft.AspNetCore.Routing" />
19+
<Reference Include="Microsoft.Extensions.DependencyInjection" />
20+
<Reference Include="Microsoft.Extensions.FileProviders.Abstractions" />
21+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
2122
</ItemGroup>
2223
</Project>

src/Razor/Razor/ref/Microsoft.AspNetCore.Razor.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
77
<Compile Include="Microsoft.AspNetCore.Razor.netcoreapp.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Html.Abstractions" />
8+
<Compile Include="Microsoft.AspNetCore.Razor.Manual.cs" />
9+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
10+
<Reference Include="Microsoft.AspNetCore.Html.Abstractions" />
911
</ItemGroup>
1012
</Project>

src/Servers/Connections.Abstractions/ref/Microsoft.AspNetCore.Connections.Abstractions.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
</PropertyGroup>
77
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
88
<Compile Include="Microsoft.AspNetCore.Connections.Abstractions.netstandard2.0.cs" />
9-
<Reference Include="Microsoft.AspNetCore.Http.Features" />
10-
<Reference Include="System.IO.Pipelines" />
11-
<Reference Include="Microsoft.Bcl.AsyncInterfaces" />
9+
<Reference Include="Microsoft.AspNetCore.Http.Features" />
10+
<Reference Include="System.IO.Pipelines" />
11+
<Reference Include="Microsoft.Bcl.AsyncInterfaces" />
1212
</ItemGroup>
1313
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
1414
<Compile Include="Microsoft.AspNetCore.Connections.Abstractions.netstandard2.1.cs" />
15-
<Reference Include="Microsoft.AspNetCore.Http.Features" />
16-
<Reference Include="System.IO.Pipelines" />
15+
<Reference Include="Microsoft.AspNetCore.Http.Features" />
16+
<Reference Include="System.IO.Pipelines" />
1717
</ItemGroup>
1818
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
1919
<Compile Include="Microsoft.AspNetCore.Connections.Abstractions.netcoreapp.cs" />
20-
<Reference Include="Microsoft.AspNetCore.Http.Features" />
21-
<Reference Include="System.IO.Pipelines" />
20+
<Reference Include="Microsoft.AspNetCore.Http.Features" />
21+
<Reference Include="System.IO.Pipelines" />
2222
</ItemGroup>
2323
</Project>

src/Servers/IIS/IIS/ref/Microsoft.AspNetCore.Server.IIS.csproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
77
<Compile Include="Microsoft.AspNetCore.Server.IIS.netcoreapp.cs" />
88
<Compile Include="Microsoft.AspNetCore.Server.IIS.Manual.cs" />
9-
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
10-
<Reference Include="Microsoft.AspNetCore.Connections.Abstractions" />
11-
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
12-
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
13-
<Reference Include="Microsoft.AspNetCore.Http.Features" />
14-
<Reference Include="Microsoft.Extensions.FileProviders.Physical" />
15-
<Reference Include="System.IO.Pipelines" />
16-
<Reference Include="System.Security.Principal.Windows" />
9+
<Compile Include="../src/AssemblyInfo.cs" />
10+
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
11+
<Reference Include="Microsoft.AspNetCore.Connections.Abstractions" />
12+
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
13+
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
14+
<Reference Include="Microsoft.AspNetCore.Http.Features" />
15+
<Reference Include="Microsoft.Extensions.FileProviders.Physical" />
16+
<Reference Include="System.IO.Pipelines" />
17+
<Reference Include="System.Security.Principal.Windows" />
1718
</ItemGroup>
1819
</Project>

0 commit comments

Comments
 (0)