Skip to content

Commit

Permalink
Revert to Microsoft.Data.SqlClient 2.1.x (#25057)
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam authored Jun 14, 2021
1 parent a98be47 commit 24e5c6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ updates:
- dependency-name: Microsoft.AspNetCore.OData
- dependency-name: Microsoft.Azure.Cosmos
- dependency-name: Microsoft.CSharp
- dependency-name: Microsoft.Data.SqlClient
- dependency-name: Microsoft.DotNet.PlatformAbstractions
- dependency-name: mod_spatialite
- dependency-name: NetTopologySuite*
Expand All @@ -26,5 +25,8 @@ updates:
- dependency-name: StyleCop.Analyzers
# Testing infrastructure should be intentionally updated
- dependency-name: BenchmarkDotNet
# Need to stay on LTS for 6.0
- dependency-name: Microsoft.Data.SqlClient
labels:
- auto-merge
- area-infrastructure
- 'type-dependency update :arrow_up_small:'
2 changes: 1 addition & 1 deletion src/EFCore.SqlServer/EFCore.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.0-preview3.21140.5" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 24e5c6c

Please sign in to comment.