Skip to content

Commit

Permalink
Fixup more package dependencies for Microsoft.Windows.Compatibility (#…
Browse files Browse the repository at this point in the history
…34479)

A few more dependencies on removed packages. System.Reflection.Emit*
  • Loading branch information
mmitche committed Apr 4, 2020
1 parent a605729 commit 5e6b441
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
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 @@ -4506,7 +4506,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 @@ -4534,7 +4535,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 @@ -4563,7 +4565,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 5e6b441

Please sign in to comment.