Regenerate ref assemblies
This commit is contained in:
parent
5f9f1ce183
commit
a5fc9defc4
|
|
@ -6,12 +6,16 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Components.netstandard2.0.cs" />
|
<Compile Include="Microsoft.AspNetCore.Components.netstandard2.0.cs" />
|
||||||
|
<Compile Include="Microsoft.AspNetCore.Components.Manual.cs" />
|
||||||
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
|
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
|
||||||
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
|
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
|
||||||
<Reference Include="System.Buffers" />
|
<Reference Include="System.Buffers" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Components.netcoreapp.cs" />
|
<Compile Include="Microsoft.AspNetCore.Components.netcoreapp.cs" />
|
||||||
|
<Compile Include="Microsoft.AspNetCore.Components.Manual.cs" />
|
||||||
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
|
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
|
||||||
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
|
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Hosting.netcoreapp.cs" />
|
<Compile Include="Microsoft.AspNetCore.Hosting.netcoreapp.cs" />
|
||||||
|
<Compile Include="Microsoft.AspNetCore.Hosting.Manual.cs" />
|
||||||
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
|
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
|
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Http" />
|
<Reference Include="Microsoft.AspNetCore.Http" />
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,10 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Http.Abstractions.netcoreapp.cs" />
|
<Compile Include="Microsoft.AspNetCore.Http.Abstractions.netcoreapp.cs" />
|
||||||
|
<Compile Include="Microsoft.AspNetCore.Http.Abstractions.Manual.cs" />
|
||||||
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Http.Features" />
|
<Reference Include="Microsoft.AspNetCore.Http.Features" />
|
||||||
<Reference Include="Microsoft.Net.Http.Headers" />
|
<Reference Include="Microsoft.Net.Http.Headers" />
|
||||||
|
<InternalsVisibleTo Include="Microsoft.AspNetCore.Http.Microbenchmarks" Key="" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Routing.netcoreapp.cs" />
|
<Compile Include="Microsoft.AspNetCore.Routing.netcoreapp.cs" />
|
||||||
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Authorization" />
|
<Reference Include="Microsoft.AspNetCore.Authorization" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
|
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
|
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Diagnostics.netcoreapp.cs" />
|
<Compile Include="Microsoft.AspNetCore.Diagnostics.netcoreapp.cs" />
|
||||||
|
<Compile Include="Microsoft.AspNetCore.Diagnostics.Manual.cs" />
|
||||||
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Diagnostics.Abstractions" />
|
<Reference Include="Microsoft.AspNetCore.Diagnostics.Abstractions" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
|
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
|
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Mvc.Abstractions.netcoreapp.cs" />
|
<Compile Include="Microsoft.AspNetCore.Mvc.Abstractions.netcoreapp.cs" />
|
||||||
|
<Compile Include="Microsoft.AspNetCore.Mvc.Abstractions.Manual.cs" />
|
||||||
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
|
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
|
||||||
<Reference Include="Microsoft.Net.Http.Headers" />
|
<Reference Include="Microsoft.Net.Http.Headers" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Mvc.Core.netcoreapp.cs" />
|
<Compile Include="Microsoft.AspNetCore.Mvc.Core.netcoreapp.cs" />
|
||||||
<Compile Include="Microsoft.AspNetCore.Mvc.Core.Manual.cs" />
|
<Compile Include="Microsoft.AspNetCore.Mvc.Core.Manual.cs" />
|
||||||
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Mvc.Abstractions" />
|
<Reference Include="Microsoft.AspNetCore.Mvc.Abstractions" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
|
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Authorization.Policy" />
|
<Reference Include="Microsoft.AspNetCore.Authorization.Policy" />
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Razor.netcoreapp.cs" />
|
<Compile Include="Microsoft.AspNetCore.Razor.netcoreapp.cs" />
|
||||||
|
<Compile Include="Microsoft.AspNetCore.Razor.Manual.cs" />
|
||||||
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Html.Abstractions" />
|
<Reference Include="Microsoft.AspNetCore.Html.Abstractions" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
||||||
<Compile Include="Microsoft.AspNetCore.Server.IIS.netcoreapp.cs" />
|
<Compile Include="Microsoft.AspNetCore.Server.IIS.netcoreapp.cs" />
|
||||||
<Compile Include="Microsoft.AspNetCore.Server.IIS.Manual.cs" />
|
<Compile Include="Microsoft.AspNetCore.Server.IIS.Manual.cs" />
|
||||||
|
<Compile Include="../src/AssemblyInfo.cs" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
|
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Connections.Abstractions" />
|
<Reference Include="Microsoft.AspNetCore.Connections.Abstractions" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
|
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,6 @@
|
||||||
<Reference Include="Microsoft.AspNetCore.Routing" />
|
<Reference Include="Microsoft.AspNetCore.Routing" />
|
||||||
<Reference Include="Microsoft.AspNetCore.WebSockets" />
|
<Reference Include="Microsoft.AspNetCore.WebSockets" />
|
||||||
<Reference Include="System.Security.Principal.Windows" />
|
<Reference Include="System.Security.Principal.Windows" />
|
||||||
|
<InternalsVisibleTo Include="Microsoft.AspNetCore.Http.Connections.Tests" Key="" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue