Skip to content

Commit e010fe1

Browse files
authored
Update System.Data.SqlClient to latest (#1036)
1 parent 8e0136f commit e010fe1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Microsoft.Azure.Functions.PowerShellWorker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Copyright (c) Microsoft. All rights reserved.
33
Licensed under the MIT license. See LICENSE file in the project root for full license information.
44
-->
@@ -25,7 +25,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
2525
<PackageReference Include="CommandLineParser" Version="2.9.1" />
2626
<PackageReference Include="Google.Protobuf" Version="3.21.9" />
2727
<PackageReference Include="System.DirectoryServices.Protocols" Version="5.0.1" />
28-
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
28+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\PowerShellWorker.Common.props" />
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -8,6 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1010
<PackageReference Include="Moq" Version="4.18.2" />
11+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
1112
<PackageReference Include="xunit" Version="2.4.2" />
1213
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
1314
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.13" />

0 commit comments

Comments
 (0)