Skip to content

Commit 46198bd

Browse files
authored
Rename ios-x64 RID to iossimulator-x64 (#16538)
These were renamed in dotnet/runtime#49305. While not strictly necessary here since ios-x64 is just used in tests it's better to be consistent to avoid confusion.
1 parent 228031b commit 46198bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Build.Tests/KnownRuntimePackTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private XElement CreateTestKnownRuntimePack()
115115
new XAttribute("DefaultRuntimeFrameworkVersion", "5.0.0-preview1"),
116116
new XAttribute("LatestRuntimeFrameworkVersion", "5.0.0-preview1.1"),
117117
new XAttribute("RuntimePackNamePatterns", "Microsoft.NETCore.App.Runtime.Mono.**RID**"),
118-
new XAttribute("RuntimePackRuntimeIdentifiers", "linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm;win-arm64;win-x64;win-x86;ios-arm64;ios-arm;ios-x64;ios-x86;tvos-arm64;tvos-x64;android-arm64;android-arm;android-x64;android-x86;browser-wasm;maccatalyst-x64;maccatalyst-arm64"),
118+
new XAttribute("RuntimePackRuntimeIdentifiers", "linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm;win-arm64;win-x64;win-x86;ios-arm64;ios-arm;iossimulator-x64;iossimulator-arm64;iossimulator-x86;tvos-arm64;tvossimulator-x64;tvossimulator-arm64;android-arm64;android-arm;android-x64;android-x86;browser-wasm;maccatalyst-x64;maccatalyst-arm64"),
119119
new XAttribute("IsTrimmable", "true"),
120120
new XAttribute("RuntimePackLabels", "Mono"));
121121

0 commit comments

Comments
 (0)