Skip to content

Commit 02f2c65

Browse files
Bump System.Data.SqlClient in /src/SmartSql.Test.Performance (#220)
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.3 to 4.8.5. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) --- updated-dependencies: - dependency-name: System.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1297fc8 commit 02f2c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SmartSql.Test.Performance/SmartSql.Test.Performance.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Dapper" Version="1.60.6" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.3" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.3" />
12-
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
12+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)