File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <!-- Grab RuntimeList.xml because it's not placed in the .dotnet/ folder. -->
15- <None Include =" $(ArtifactsObjDir)Microsoft.AspNetCore.App.Runtime\RuntimeList.xml"
14+ <!--
15+ Grab RuntimeList.xml because it's not placed in the .dotnet/ folder.
16+ This depends on internal implementation details of the SharedFramework SDK and should be changed to use a supported mechanism
17+ to discover the runtime list.
18+ -->
19+ <None Include =" $(ArtifactsObjDir)Microsoft.AspNetCore.App.Runtime\$(Configuration)\$(DefaultNetCoreTargetFramework)\$(TargetRuntimeIdentifier)\RuntimeList.xml"
1620 CopyToOutputDirectory =" PreserveNewest" />
1721
1822 <!-- Ignore aspnetcorev2_inprocess because tests expect only managed assemblies in this item group. -->
You can’t perform that action at this time.
0 commit comments