Skip to content

Commit

Permalink
Fix System.Data.SqlClient baseline (#34352) (#34397)
Browse files Browse the repository at this point in the history
* Fix System.Data.SqlClient version

Fixes #34351

* Update Microsoft.Windows.Compatibility.pkgproj
  • Loading branch information
mmitche authored Apr 1, 2020
1 parent 87c90a0 commit 73da9bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<Version>4.5.0</Version>
</LibraryPackage>
<LibraryPackage Include="System.Data.SqlClient">
<Version>4.8.0</Version>
<Version>4.8.1</Version>
</LibraryPackage>

<!-- Service model packages -->
Expand Down
8 changes: 5 additions & 3 deletions src/libraries/pkg/baseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -2256,9 +2256,11 @@
"4.5.1",
"4.6.0",
"4.6.1",
"4.7.0"
"4.7.0",
"4.8.0",
"4.8.1",
],
"BaselineVersion": "5.0.0",
"BaselineVersion": "4.8.0",
"InboxOn": {
"net461": "4.1.0.0",
"monoandroid10": "Any",
Expand Down Expand Up @@ -7249,4 +7251,4 @@
"System.Xml.XDocument"
]
}
}
}

0 comments on commit 73da9bb

Please sign in to comment.