Skip to content

Commit

Permalink
Revert "Enable repackaging of NETStandard 2.1 Targeting Pack (#101518)"
Browse files Browse the repository at this point in the history
This reverts commit c67a2e4.
  • Loading branch information
eduardo-vp committed May 2, 2024
1 parent 1bfcdab commit 334200d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 73 deletions.
1 change: 0 additions & 1 deletion eng/Subsets.props
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@
<SharedFrameworkProjectToBuild Condition="'$(RuntimeFlavor)' != 'Mono' and '$(PgoInstrument)' != 'true'" Include="$(InstallerProjectRoot)pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Crossgen2.sfxproj" />
<SharedFrameworkProjectToBuild Condition="'$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include="$(InstallerProjectRoot)pkg\sfx\installers\dotnet-host.proj" />
<SharedFrameworkProjectToBuild Condition="'$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include="$(InstallerProjectRoot)pkg\sfx\installers\dotnet-hostfxr.proj" />
<SharedFrameworkProjectToBuild Condition="'$(BuildNETStandard21TargetingPack)' == 'true' and '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include="$(InstallerProjectRoot)pkg\sfx\installers\netstandard2.1.proj" />
<SharedFrameworkProjectToBuild Condition="'$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include="$(InstallerProjectRoot)pkg\sfx\installers\dotnet-runtime-deps\*.proj" />
<SharedFrameworkProjectToBuild Condition="'$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include="$(InstallerProjectRoot)pkg\archives\dotnet-nethost.proj" />
<SharedFrameworkProjectToBuild Condition="'$(MonoCrossAOTTargetOS)' != ''" Include="$(InstallerProjectRoot)pkg\sfx\Microsoft.NETCore.App\monocrossaot.sfxproj" Pack="true" />
Expand Down
8 changes: 0 additions & 8 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,4 @@
<MicrosoftDotnetSdkInternalVersion>8.0.101</MicrosoftDotnetSdkInternalVersion>
<SdkVersionForWorkloadTesting>$(MicrosoftDotnetSdkInternalVersion)</SdkVersionForWorkloadTesting>
</PropertyGroup>
<PropertyGroup>
<!--
Targeting pack package for NETStandard 2.1 gets rebuilt on demand.
Set to rebuild with 8.0.6 release, and automatically disabled after that.
-->
<BuildNETStandard21TargetingPack Condition="'$(PatchVersion)' == '6'">true</BuildNETStandard21TargetingPack>
</PropertyGroup>
</Project>
4 changes: 0 additions & 4 deletions src/installer/pkg/sfx/installers.proj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
<InstallerProjectReference Include="installers/dotnet-runtime-deps/dotnet-runtime-deps-sles.12.proj" />
</ItemGroup>

<ItemGroup Condition="'$(BuildNETStandard21TargetingPack)' == 'true' and '$(BuildRpmPackage)' == 'true'">
<InstallerProjectReference Include="installers/netstandard2.1.proj" />
</ItemGroup>

<Target Name="BuildInstallerProjects" BeforeTargets="Build">
<MSBuild Projects="@(InstallerProjectReference)"
Targets="GenerateInstallers"
Expand Down
60 changes: 0 additions & 60 deletions src/installer/pkg/sfx/installers/netstandard2.1.proj

This file was deleted.

0 comments on commit 334200d

Please sign in to comment.