Skip to content

Commit f1a7846

Browse files
committed
Remove RpmOwnedDirectory items as they're now provided by the SharedFramework SDK.
1 parent ed7c875 commit f1a7846

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,4 @@
174174
Targets="PublishToDisk"
175175
Properties="OutputPath=$(TargetingPackLayoutRoot)" />
176176
</Target>
177-
178-
<Target Name="AddLinuxPackageInformation" BeforeTargets="GetDebInstallerJsonProperties;GetRpmInstallerJsonProperties">
179-
<ItemGroup>
180-
<RpmOwnedDirectory Include="$(LinuxInstallRoot)/packs/Microsoft.AspNetCore.App.Ref" />
181-
<RpmOwnedDirectory Include="$(LinuxInstallRoot)/packs/Microsoft.AspNetCore.App.Ref/$(Version)" />
182-
<RpmOwnedDirectory Include="$(LinuxInstallRoot)/packs/Microsoft.AspNetCore.App.Ref/$(Version)/data" />
183-
<RpmOwnedDirectory Include="$(LinuxInstallRoot)/packs/Microsoft.AspNetCore.App.Ref/$(Version)/analyzers" />
184-
<RpmOwnedDirectory Include="$(LinuxInstallRoot)/packs/Microsoft.AspNetCore.App.Ref/$(Version)/ref" />
185-
<RpmOwnedDirectory Include="$(LinuxInstallRoot)/packs/Microsoft.AspNetCore.App.Ref/$(Version)/ref/$(TargetFramework)" />
186-
</ItemGroup>
187-
</Target>
188177
</Project>

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,4 @@
9797
</Target>
9898

9999
<Target Name="ReturnProductVersion" Returns="$(Version)" />
100-
101-
<Target Name="AddLinuxPackageInformation" BeforeTargets="GetDebInstallerJsonProperties;GetRpmInstallerJsonProperties">
102-
<ItemGroup>
103-
<RpmOwnedDirectory Include="$(LinuxInstallRoot)/shared/Microsoft.AspNetCore.App;$(LinuxInstallRoot)/shared/Microsoft.AspNetCore.App/$(Version)" />
104-
</ItemGroup>
105-
</Target>
106100
</Project>

0 commit comments

Comments
 (0)