Skip to content

Commit b267f9f

Browse files
author
John Luo
committed
Conditional Manual.cs
1 parent 710ad8e commit b267f9f

File tree

125 files changed

+6
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+6
-145
lines changed

eng/targets/ReferenceAssembly.targets

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,15 @@
7777
</ItemGroup>
7878

7979
<PropertyGroup>
80+
<ManualReferenceAssemblyContent Condition="'$(ContainsManualReferenceAssemblyContent)' == 'true'">
81+
<![CDATA[
82+
<Compile Include="$(_ManualRefSourceFileName)" Condition="Exists('$(_ManualRefSourceFileName)')" />]]>
83+
</ManualReferenceAssemblyContent>
84+
8085
<ReferencesContent>
8186
<![CDATA[
8287
<ItemGroup Condition="'%24(TargetFramework)' == '$(TargetFramework)'">
83-
<Compile Include="$(_RefSourceFileName)" />
84-
<Compile Include="$(_ManualRefSourceFileName)" Condition="Exists('$(_ManualRefSourceFileName)')" />
88+
<Compile Include="$(_RefSourceFileName)" />]]>$(ManualReferenceAssemblyContent)<![CDATA[
8589
@(FilteredOriginalReferences->'<Reference Include="%(Identity)" />', '%0A ')
8690
</ItemGroup>
8791
]]>

src/Antiforgery/ref/Microsoft.AspNetCore.Antiforgery.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Antiforgery.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Antiforgery.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Antiforgery.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.DataProtection" />
109
<Reference Include="Microsoft.AspNetCore.Http.Abstractions" />
1110
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />

src/Azure/AzureAD/Authentication.AzureAD.UI/ref/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Authentication.AzureAD.UI.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Authentication.AzureAD.UI.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Authentication.AzureAD.UI.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Mvc" />
109
<Reference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
1110
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />

src/Azure/AzureAD/Authentication.AzureADB2C.UI/ref/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Mvc" />
109
<Reference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
1110
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />

src/Azure/AzureAppServices.HostingStartup/ref/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup.Manual.cs" Condition="Exists('Microsoft.AspNetCore.AzureAppServices.HostingStartup.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" />
109
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
1110
</ItemGroup>

src/Azure/AzureAppServicesIntegration/ref/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.AzureAppServicesIntegration.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.AzureAppServicesIntegration.Manual.cs" Condition="Exists('Microsoft.AspNetCore.AzureAppServicesIntegration.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Hosting" />
109
<Reference Include="Microsoft.Extensions.Logging.AzureAppServices" />
1110
</ItemGroup>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Components.Authorization.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Components.Authorization.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Components.Authorization.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Authorization" />
109
<Reference Include="Microsoft.AspNetCore.Components" />
1110
</ItemGroup>
1211
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1312
<Compile Include="Microsoft.AspNetCore.Components.Authorization.netcoreapp3.0.cs" />
14-
<Compile Include="Microsoft.AspNetCore.Components.Authorization.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Components.Authorization.Manual.cs')" />
1513
<Reference Include="Microsoft.AspNetCore.Authorization" />
1614
<Reference Include="Microsoft.AspNetCore.Components" />
1715
</ItemGroup>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Blazor.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Blazor.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Blazor.Manual.cs')" />
98
<Reference Include="Mono.WebAssembly.Interop" />
109
<Reference Include="Microsoft.AspNetCore.Components.Web" />
1110
<Reference Include="Microsoft.Extensions.Options" />

src/Components/Blazor/Http/ref/Microsoft.AspNetCore.Blazor.HttpClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Blazor.HttpClient.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Blazor.HttpClient.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Blazor.HttpClient.Manual.cs')" />
98
<Reference Include="System.Text.Json" />
109
</ItemGroup>
1110
</Project>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Blazor.Server.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Blazor.Server.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Blazor.Server.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
109
<Reference Include="Microsoft.AspNetCore.SpaServices.Extensions" />
1110
<Reference Include="Microsoft.AspNetCore.StaticFiles" />

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Components.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Components.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Components.Manual.cs')" />
98
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
109
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
1110
<Reference Include="Microsoft.Extensions.HashCodeCombiner.Sources" />
1211
<Reference Include="System.Buffers" />
1312
</ItemGroup>
1413
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1514
<Compile Include="Microsoft.AspNetCore.Components.netcoreapp3.0.cs" />
16-
<Compile Include="Microsoft.AspNetCore.Components.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Components.Manual.cs')" />
1715
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
1816
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
1917
<Reference Include="Microsoft.Extensions.HashCodeCombiner.Sources" />

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Components.Forms.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Components.Forms.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Components.Forms.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Components" />
109
<Reference Include="System.ComponentModel.Annotations" />
1110
</ItemGroup>
1211
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1312
<Compile Include="Microsoft.AspNetCore.Components.Forms.netcoreapp3.0.cs" />
14-
<Compile Include="Microsoft.AspNetCore.Components.Forms.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Components.Forms.Manual.cs')" />
1513
<Reference Include="Microsoft.AspNetCore.Components" />
1614
</ItemGroup>
1715
</Project>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Components.Server.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Components.Server.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Components.Server.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Components.Authorization" />
109
<Reference Include="Microsoft.AspNetCore.Components.Web" />
1110
<Reference Include="Microsoft.AspNetCore.DataProtection.Extensions" />

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Components.Web.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Components.Web.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Components.Web.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Components" />
109
<Reference Include="Microsoft.AspNetCore.Components.Forms" />
1110
<Reference Include="Microsoft.Extensions.DependencyInjection" />
1211
<Reference Include="Microsoft.JSInterop" />
1312
</ItemGroup>
1413
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1514
<Compile Include="Microsoft.AspNetCore.Components.Web.netcoreapp3.0.cs" />
16-
<Compile Include="Microsoft.AspNetCore.Components.Web.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Components.Web.Manual.cs')" />
1715
<Reference Include="Microsoft.AspNetCore.Components" />
1816
<Reference Include="Microsoft.AspNetCore.Components.Forms" />
1917
<Reference Include="Microsoft.Extensions.DependencyInjection" />

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.Abstractions.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.DataProtection.Abstractions.Manual.cs" Condition="Exists('Microsoft.AspNetCore.DataProtection.Abstractions.Manual.cs')" />
98

109
</ItemGroup>
1110
</Project>

src/DataProtection/AzureKeyVault/ref/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.AzureKeyVault.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.DataProtection.AzureKeyVault.Manual.cs" Condition="Exists('Microsoft.AspNetCore.DataProtection.AzureKeyVault.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.DataProtection" />
109
<Reference Include="Microsoft.Azure.KeyVault" />
1110
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" />

src/DataProtection/AzureStorage/ref/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.AzureStorage.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.DataProtection.AzureStorage.Manual.cs" Condition="Exists('Microsoft.AspNetCore.DataProtection.AzureStorage.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.DataProtection" />
109
<Reference Include="Microsoft.Azure.Storage.Blob" />
1110
<Reference Include="Microsoft.Data.OData" />

src/DataProtection/Cryptography.Internal/ref/Microsoft.AspNetCore.Cryptography.Internal.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Cryptography.Internal.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Cryptography.Internal.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Cryptography.Internal.Manual.cs')" />
98

109
</ItemGroup>
1110
</Project>

src/DataProtection/Cryptography.KeyDerivation/ref/Microsoft.AspNetCore.Cryptography.KeyDerivation.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Cryptography.KeyDerivation.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Cryptography.KeyDerivation.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Cryptography.KeyDerivation.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
109
</ItemGroup>
1110
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
1211
<Compile Include="Microsoft.AspNetCore.Cryptography.KeyDerivation.netcoreapp2.0.cs" />
13-
<Compile Include="Microsoft.AspNetCore.Cryptography.KeyDerivation.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Cryptography.KeyDerivation.Manual.cs')" />
1412
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
1513
</ItemGroup>
1614
</Project>

src/DataProtection/DataProtection/ref/Microsoft.AspNetCore.DataProtection.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.DataProtection.Manual.cs" Condition="Exists('Microsoft.AspNetCore.DataProtection.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
109
<Reference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
1110
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
@@ -18,7 +17,6 @@
1817
</ItemGroup>
1918
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
2019
<Compile Include="Microsoft.AspNetCore.DataProtection.netcoreapp3.0.cs" />
21-
<Compile Include="Microsoft.AspNetCore.DataProtection.Manual.cs" Condition="Exists('Microsoft.AspNetCore.DataProtection.Manual.cs')" />
2220
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
2321
<Reference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
2422
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />

src/DataProtection/EntityFrameworkCore/ref/Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.netstandard2.1.cs" />
8-
<Compile Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.Manual.cs" Condition="Exists('Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.DataProtection" />
109
<Reference Include="Microsoft.EntityFrameworkCore" />
1110
</ItemGroup>

src/DataProtection/Extensions/ref/Microsoft.AspNetCore.DataProtection.Extensions.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.Extensions.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.DataProtection.Extensions.Manual.cs" Condition="Exists('Microsoft.AspNetCore.DataProtection.Extensions.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.DataProtection" />
109
<Reference Include="Microsoft.Extensions.DependencyInjection" />
1110
</ItemGroup>
1211
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1312
<Compile Include="Microsoft.AspNetCore.DataProtection.Extensions.netcoreapp3.0.cs" />
14-
<Compile Include="Microsoft.AspNetCore.DataProtection.Extensions.Manual.cs" Condition="Exists('Microsoft.AspNetCore.DataProtection.Extensions.Manual.cs')" />
1513
<Reference Include="Microsoft.AspNetCore.DataProtection" />
1614
<Reference Include="Microsoft.Extensions.DependencyInjection" />
1715
</ItemGroup>

src/DataProtection/StackExchangeRedis/ref/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis.Manual.cs" Condition="Exists('Microsoft.AspNetCore.DataProtection.StackExchangeRedis.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.DataProtection" />
109
<Reference Include="StackExchange.Redis" />
1110
</ItemGroup>

src/DefaultBuilder/ref/Microsoft.AspNetCore.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Diagnostics" />
109
<Reference Include="Microsoft.AspNetCore.HostFiltering" />
1110
<Reference Include="Microsoft.AspNetCore.Hosting" />

src/Features/JsonPatch/ref/Microsoft.AspNetCore.JsonPatch.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.JsonPatch.netstandard2.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.JsonPatch.Manual.cs" Condition="Exists('Microsoft.AspNetCore.JsonPatch.Manual.cs')" />
98
<Reference Include="Microsoft.CSharp" />
109
<Reference Include="Newtonsoft.Json" />
1110
</ItemGroup>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Hosting.Abstractions.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Hosting.Abstractions.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Hosting.Abstractions.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" />
109
<Reference Include="Microsoft.AspNetCore.Http.Abstractions" />
1110
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Hosting.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Hosting.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Hosting.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
109
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
1110
<Reference Include="Microsoft.AspNetCore.Http" />

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Hosting.Server.Abstractions.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Hosting.Server.Abstractions.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Hosting.Server.Abstractions.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Http.Features" />
109
<Reference Include="Microsoft.Extensions.Configuration.Abstractions" />
1110
</ItemGroup>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.TestHost.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.TestHost.Manual.cs" Condition="Exists('Microsoft.AspNetCore.TestHost.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Hosting" />
109
<Reference Include="Microsoft.Extensions.HostFactoryResolver.Sources" />
1110
<Reference Include="System.IO.Pipelines" />

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Hosting.WindowsServices.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Hosting.WindowsServices.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Hosting.WindowsServices.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Hosting" />
109
<Reference Include="System.ServiceProcess.ServiceController" />
1110
</ItemGroup>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Html.Abstractions.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Html.Abstractions.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Html.Abstractions.Manual.cs')" />
98

109
</ItemGroup>
1110
</Project>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Authentication.Abstractions.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Authentication.Abstractions.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Authentication.Abstractions.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Http.Abstractions" />
109
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
1110
<Reference Include="Microsoft.Extensions.Options" />

src/Http/Authentication.Core/ref/Microsoft.AspNetCore.Authentication.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Authentication.Core.netcoreapp3.0.cs" />
8-
<Compile Include="Microsoft.AspNetCore.Authentication.Core.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Authentication.Core.Manual.cs')" />
98
<Reference Include="Microsoft.AspNetCore.Authentication.Abstractions" />
109
<Reference Include="Microsoft.AspNetCore.Http" />
1110
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />

0 commit comments

Comments
 (0)