Skip to content

Commit 24e5c6c

Browse files
authoredJun 14, 2021
Revert to Microsoft.Data.SqlClient 2.1.x (#25057)
1 parent a98be47 commit 24e5c6c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎.github/dependabot.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ updates:
1111
- dependency-name: Microsoft.AspNetCore.OData
1212
- dependency-name: Microsoft.Azure.Cosmos
1313
- dependency-name: Microsoft.CSharp
14-
- dependency-name: Microsoft.Data.SqlClient
1514
- dependency-name: Microsoft.DotNet.PlatformAbstractions
1615
- dependency-name: mod_spatialite
1716
- dependency-name: NetTopologySuite*
@@ -26,5 +25,8 @@ updates:
2625
- dependency-name: StyleCop.Analyzers
2726
# Testing infrastructure should be intentionally updated
2827
- dependency-name: BenchmarkDotNet
28+
# Need to stay on LTS for 6.0
29+
- dependency-name: Microsoft.Data.SqlClient
2930
labels:
30-
- auto-merge
31+
- area-infrastructure
32+
- 'type-dependency update :arrow_up_small:'

‎src/EFCore.SqlServer/EFCore.SqlServer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<ItemGroup>
2323
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
24-
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.0-preview3.21140.5" />
24+
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.3" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.