Skip to content

Commit

Permalink
Merge pull request #34480 from mmitche/mount-st-helens-p3
Browse files Browse the repository at this point in the history
[release/5.0-preview3] Fixup more package dependencies for Microsoft.Windows.Compatibility
  • Loading branch information
mmitche authored Apr 3, 2020
2 parents 2b487f3 + 8d6d2c6 commit 54ee8af
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ jobs:
buildConfig: Release
runtimeFlavor: mono
platforms:
- iOS_arm
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm64
- iOS_x64
jobParameters:
Expand All @@ -390,7 +390,7 @@ jobs:
buildConfig: Debug
runtimeFlavor: mono
platforms:
- iOS_arm
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm64
- iOS_x64
jobParameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
<PrereleaseLibraryPackage Include="System.IO.Packaging" />
<PrereleaseLibraryPackage Include="System.IO.Ports" />
<PrereleaseLibraryPackage Include="System.Management" />
<PrereleaseLibraryPackage Include="System.Reflection.Emit" />
<PrereleaseLibraryPackage Include="System.Reflection.Emit.ILGeneration" />
<PrereleaseLibraryPackage Include="System.Reflection.Emit.Lightweight" />
<PrereleaseLibraryPackage Include="System.Runtime.Caching" />
<PrereleaseLibraryPackage Include="System.Security.AccessControl" />
<PrereleaseLibraryPackage Include="System.Security.Cryptography.Cng" />
Expand All @@ -61,6 +58,15 @@
<LibraryPackage Include="System.Data.SqlClient">
<Version>4.8.1</Version>
</LibraryPackage>
<LibraryPackage Include="System.Reflection.Emit">
<Version>4.7.0</Version>
</LibraryPackage>
<LibraryPackage Include="System.Reflection.Emit.ILGeneration">
<Version>4.7.0</Version>
</LibraryPackage>
<LibraryPackage Include="System.Reflection.Emit.Lightweight">
<Version>4.7.0</Version>
</LibraryPackage>

<!-- Service model packages -->
<ExternalLibraryPackage Include="System.ServiceModel.Primitives">
Expand Down
9 changes: 6 additions & 3 deletions src/libraries/pkg/baseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -4467,7 +4467,8 @@
"4.0.0",
"4.0.1",
"4.3.0",
"4.6.0"
"4.6.0",
"4.7.0"
],
"BaselineVersion": "4.6.0",
"InboxOn": {
Expand Down Expand Up @@ -4495,7 +4496,8 @@
"4.0.0",
"4.0.1",
"4.3.0",
"4.6.0"
"4.6.0",
"4.7.0"
],
"BaselineVersion": "4.6.0",
"InboxOn": {
Expand Down Expand Up @@ -4524,7 +4526,8 @@
"4.0.0",
"4.0.1",
"4.3.0",
"4.6.0"
"4.6.0",
"4.7.0"
],
"BaselineVersion": "4.6.0",
"InboxOn": {
Expand Down

0 comments on commit 54ee8af

Please sign in to comment.