Skip to content

Commit 193601c

Browse files
author
John Luo
committed
Add manual ref assembly content where needed
1 parent b267f9f commit 193601c

14 files changed

+15
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Routing.Abstractions.netcoreapp3.0.cs" />
8+
<Compile Include="Microsoft.AspNetCore.Routing.Abstractions.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Routing.Abstractions.Manual.cs')" />
89
<Reference Include="Microsoft.AspNetCore.Http.Abstractions" />
910
</ItemGroup>
1011
</Project>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Microsoft.AspNetCore.Routing.RouteData</Description>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<PackageTags>aspnetcore;routing</PackageTags>
1313
<IsShippingPackage>false</IsShippingPackage>
14+
<ContainsManualReferenceAssemblyContent>true</ContainsManualReferenceAssemblyContent>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Mvc.ApiExplorer.netcoreapp3.0.cs" />
8+
<Compile Include="Microsoft.AspNetCore.Mvc.ApiExplorer.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Mvc.ApiExplorer.Manual.cs')" />
89
<Reference Include="Microsoft.AspNetCore.Mvc.Core" />
910
</ItemGroup>
1011
</Project>

src/Mvc/Mvc.ApiExplorer/src/Microsoft.AspNetCore.Mvc.ApiExplorer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageTags>aspnetcore;aspnetcoremvc</PackageTags>
99
<IsShippingPackage>false</IsShippingPackage>
10+
<ContainsManualReferenceAssemblyContent>true</ContainsManualReferenceAssemblyContent>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Mvc.Core.netcoreapp3.0.cs" />
8+
<Compile Include="Microsoft.AspNetCore.Mvc.Core.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Mvc.Core.Manual.cs')" />
89
<Reference Include="Microsoft.AspNetCore.Mvc.Abstractions" />
910
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
1011
<Reference Include="Microsoft.AspNetCore.Authorization.Policy" />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Microsoft.AspNetCore.Mvc.RouteAttribute</Description>
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1717
<PackageTags>aspnetcore;aspnetcoremvc</PackageTags>
1818
<IsShippingPackage>false</IsShippingPackage>
19+
<ContainsManualReferenceAssemblyContent>true</ContainsManualReferenceAssemblyContent>
1920
</PropertyGroup>
2021

2122
<ItemGroup>

src/Mvc/Mvc.Formatters.Json/ref/Microsoft.AspNetCore.Mvc.Formatters.Json.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Mvc.Formatters.Json.netcoreapp3.0.cs" />
8+
<Compile Include="Microsoft.AspNetCore.Mvc.Formatters.Json.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Mvc.Formatters.Json.Manual.cs')" />
89
<Reference Include="Microsoft.AspNetCore.Mvc.Core" />
910
</ItemGroup>
1011
</Project>

src/Mvc/Mvc.Formatters.Json/src/Microsoft.AspNetCore.Mvc.Formatters.Json.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageTags>aspnetcore;aspnetcoremvc;json</PackageTags>
99
<IsShippingPackage>false</IsShippingPackage>
10+
<ContainsManualReferenceAssemblyContent>true</ContainsManualReferenceAssemblyContent>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

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

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

src/Razor/Razor.Runtime/src/Microsoft.AspNetCore.Razor.Runtime.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageTags>$(PackageTags);taghelper;taghelpers</PackageTags>
99
<IsShippingPackage>false</IsShippingPackage>
10+
<ContainsManualReferenceAssemblyContent>true</ContainsManualReferenceAssemblyContent>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

src/Security/Authorization/Core/ref/Microsoft.AspNetCore.Authorization.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Authorization.netstandard2.0.cs" />
8+
<Compile Include="Microsoft.AspNetCore.Authorization.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Authorization.Manual.cs')" />
89
<Reference Include="Microsoft.AspNetCore.Metadata" />
910
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
1011
<Reference Include="Microsoft.Extensions.Options" />
1112
</ItemGroup>
1213
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1314
<Compile Include="Microsoft.AspNetCore.Authorization.netcoreapp3.0.cs" />
15+
<Compile Include="Microsoft.AspNetCore.Authorization.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Authorization.Manual.cs')" />
1416
<Reference Include="Microsoft.AspNetCore.Metadata" />
1517
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
1618
<Reference Include="Microsoft.Extensions.Options" />

src/Security/Authorization/Core/src/Microsoft.AspNetCore.Authorization.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Microsoft.AspNetCore.Authorization.AuthorizeAttribute</Description>
1212
<NoWarn>$(NoWarn);CS1591</NoWarn>
1313
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1414
<PackageTags>aspnetcore;authorization</PackageTags>
15+
<ContainsManualReferenceAssemblyContent>true</ContainsManualReferenceAssemblyContent>
1516
</PropertyGroup>
1617

1718
<ItemGroup>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Server.IIS.netcoreapp3.0.cs" />
8+
<Compile Include="Microsoft.AspNetCore.Server.IIS.Manual.cs" Condition="Exists('Microsoft.AspNetCore.Server.IIS.Manual.cs')" />
89
<Reference Include="Microsoft.AspNetCore.Authentication.Core" />
910
<Reference Include="Microsoft.AspNetCore.Connections.Abstractions" />
1011
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<NativeAssetsTargetFramework>netcoreapp3.0</NativeAssetsTargetFramework>
1313
<IsShippingPackage>false</IsShippingPackage>
14+
<ContainsManualReferenceAssemblyContent>true</ContainsManualReferenceAssemblyContent>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

0 commit comments

Comments
 (0)