File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ updates:
11
11
- dependency-name : Microsoft.AspNetCore.OData
12
12
- dependency-name : Microsoft.Azure.Cosmos
13
13
- dependency-name : Microsoft.CSharp
14
- - dependency-name : Microsoft.Data.SqlClient
15
14
- dependency-name : Microsoft.DotNet.PlatformAbstractions
16
15
- dependency-name : mod_spatialite
17
16
- dependency-name : NetTopologySuite*
@@ -26,5 +25,8 @@ updates:
26
25
- dependency-name : StyleCop.Analyzers
27
26
# Testing infrastructure should be intentionally updated
28
27
- dependency-name : BenchmarkDotNet
28
+ # Need to stay on LTS for 6.0
29
+ - dependency-name : Microsoft.Data.SqlClient
29
30
labels :
30
- - auto-merge
31
+ - area-infrastructure
32
+ - ' type-dependency update :arrow_up_small:'
Original file line number Diff line number Diff line change 21
21
22
22
<ItemGroup >
23
23
<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 " />
25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
You can’t perform that action at this time.
0 commit comments