File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
src/Framework/App.Runtime/src Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 5454 </Reference>
5555 </ItemGroup>
5656
57+ <ItemGroup>
58+ <_AllExternalAspNetCoreAppReferences Include="@(ExternalAspNetCoreAppReference);@(_TransitiveExternalAspNetCoreAppReference)" />
59+ </ItemGroup>
60+
5761 <ItemGroup>
5862 <IgnoredDuplicateType Include="Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions" />
5963 <IgnoredDuplicateType Include="Microsoft.Extensions.DependencyInjection.SignalRDependencyInjectionExtensions" />
103107
104108 <!-- Explicitly include symbols for libraries we redistribute from runtime -->
105109 <Target Name="_AddExtensionsSymbolsToSymbolPack">
106- <!-- Flatten ExternalAspNetCoreAppReference into a property -->
110+ <!-- Flatten _AllExternalAspNetCoreAppReferences into a property -->
107111 <PropertyGroup>
108- <FileNameList>@(ExternalAspNetCoreAppReference , ';')</FileNameList>
112+ <FileNameList>@(_AllExternalAspNetCoreAppReferences , ';')</FileNameList>
109113 <!-- Add trailing semicolon -->
110114 <FileNameList>$(FileNameList);</FileNameList>
111115 </PropertyGroup>
Original file line number Diff line number Diff line change 6969 <IncludeAssets>Runtime;Native</IncludeAssets>
7070 </Reference>
7171 </ItemGroup>
72+
73+ <ItemGroup>
74+ <_AllExternalAspNetCoreAppReferences Include="@(ExternalAspNetCoreAppReference);@(_TransitiveExternalAspNetCoreAppReference)" />
75+ </ItemGroup>
76+
7277 <ItemGroup>
7378 <PackageReference Condition="'$(GenerateInstallers)' == 'true'" Include="Microsoft.DotNet.Build.Tasks.Installers" Version="$(MicrosoftDotNetBuildTasksInstallersVersion)" />
7479 <LinuxPackageDependency Include="dotnet-runtime-$(DotnetRuntimeDependencyMajorMinorVersion)" Version="$(DotnetRuntimeDependencyVersion)" />
99104
100105 <!-- Explicitly include symbols for libraries we redistribute from runtime -->
101106 <Target Name="_AddExtensionsSymbolsToSymbolPack">
102- <!-- Flatten ExternalAspNetCoreAppReference into a property -->
107+ <!-- Flatten _AllExternalAspNetCoreAppReferences into a property -->
103108 <PropertyGroup>
104- <FileNameList>@(ExternalAspNetCoreAppReference , ';')</FileNameList>
109+ <FileNameList>@(_AllExternalAspNetCoreAppReferences , ';')</FileNameList>
105110 <!-- Add trailing semicolon -->
106111 <FileNameList>$(FileNameList);</FileNameList>
107112 </PropertyGroup>
You can’t perform that action at this time.
0 commit comments