Skip to content

Commit c4a1a69

Browse files
author
David Shiflet
committed
SMO - upgrade SqlClient to 3.1
To pick up the AE enumeration fix.
1 parent 524cee0 commit c4a1a69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ dotnet_style_prefer_simplified_interpolation = true:suggestion
6969
#### C# Coding Conventions ####
7070

7171
# Prefer "var" everywhere
72-
csharp_style_var_for_built_in_types = true:silent
73-
csharp_style_var_when_type_is_apparent = true:silent
74-
csharp_style_var_elsewhere = true:silent
72+
csharp_style_var_for_built_in_types = true:suggestion
73+
csharp_style_var_when_type_is_apparent = true:suggestion
74+
csharp_style_var_elsewhere = true:suggestion
7575

7676
# Prefer method-like constructs to have a block body, except for lambdas
7777
csharp_style_expression_bodied_methods = false:none

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<!-- these variables are referenced by packagebuild.proj for inclusion in nuspecs and used by packages.props -->
9292
<SqlParserPackageVersion>160.22504.0</SqlParserPackageVersion>
9393
<SqlClientPackage>Microsoft.Data.SqlClient</SqlClientPackage>
94-
<SqlClientPackageVersion>3.0.0</SqlClientPackageVersion>
94+
<SqlClientPackageVersion>3.1.0</SqlClientPackageVersion>
9595
</PropertyGroup>
9696
<!-- BEGIN NOGITHUB -->
9797
<PropertyGroup>

0 commit comments

Comments
 (0)