Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 227c986

Browse files
authored
Update System.Data.SqlClient to resolve CG alert (#406)
1 parent f1a1032 commit 227c986

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

src/NuGet.Services.Sql/NuGet.Services.Sql.csproj

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,12 @@
66
</PropertyGroup>
77

88
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
9-
<PackageReference Include="System.Data.SqlClient">
10-
<Version>4.8.2</Version>
11-
</PackageReference>
9+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
1210
</ItemGroup>
1311

1412
<ItemGroup>
15-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions">
16-
<Version>2.2.0</Version>
17-
</PackageReference>
18-
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory">
19-
<Version>5.2.6</Version>
20-
</PackageReference>
13+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
14+
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.6" />
2115
</ItemGroup>
2216

2317
<ItemGroup>

0 commit comments

Comments
 (0)