Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Delete unsupported operating systems
  • Loading branch information
am11 committed Oct 1, 2022
commit 3d9c50fd0c1c1394869c37e7473a0936929389dd
4 changes: 1 addition & 3 deletions src/redist/targets/GetRuntimeInformation.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
</PropertyGroup>

<PropertyGroup>
<ProductMonikerRid Condition=" '$(Rid)' == 'ubuntu.16.04-x64' OR
'$(Rid)' == 'rhel.6-x64' OR
$(Rid.StartsWith('linux-musl')) ">$(Rid)</ProductMonikerRid>
<ProductMonikerRid Condition="$(Rid.StartsWith('linux-musl'))">$(Rid)</ProductMonikerRid>
<ProductMonikerRid Condition=" '$(ProductMonikerRid)' == '' ">$(OSName)-$(Architecture)</ProductMonikerRid>

<PortableProductMonikerRid Condition=" '$(PortableProductMonikerRid)' == '' ">$(HostOSName)-$(Architecture)</PortableProductMonikerRid>
Expand Down