Skip to content

Commit 73da9bb

Browse files
authored
Fix System.Data.SqlClient baseline (#34352) (#34397)
* Fix System.Data.SqlClient version Fixes #34351 * Update Microsoft.Windows.Compatibility.pkgproj
1 parent 87c90a0 commit 73da9bb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/libraries/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<Version>4.5.0</Version>
6060
</LibraryPackage>
6161
<LibraryPackage Include="System.Data.SqlClient">
62-
<Version>4.8.0</Version>
62+
<Version>4.8.1</Version>
6363
</LibraryPackage>
6464

6565
<!-- Service model packages -->

src/libraries/pkg/baseline/packageIndex.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,9 +2256,11 @@
22562256
"4.5.1",
22572257
"4.6.0",
22582258
"4.6.1",
2259-
"4.7.0"
2259+
"4.7.0",
2260+
"4.8.0",
2261+
"4.8.1",
22602262
],
2261-
"BaselineVersion": "5.0.0",
2263+
"BaselineVersion": "4.8.0",
22622264
"InboxOn": {
22632265
"net461": "4.1.0.0",
22642266
"monoandroid10": "Any",
@@ -7249,4 +7251,4 @@
72497251
"System.Xml.XDocument"
72507252
]
72517253
}
7252-
}
7254+
}

0 commit comments

Comments
 (0)