Skip to content

Commit f9b3a60

Browse files
committed
Upgraded the SqlClient manulaly to 5.2.2
1 parent 5f304d6 commit f9b3a60

File tree

2 files changed

+16963
-2
lines changed

2 files changed

+16963
-2
lines changed

DigitalLearningSolutions.Web/DigitalLearningSolutions.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -71,7 +71,7 @@
7171
<PackageReference Include="HtmlSanitizer" Version="8.0.795" />
7272
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.29" />
7373
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.24" />
74-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
74+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
7575
<PackageReference Include="Microsoft.FeatureManagement" Version="3.1.0" />
7676
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.5.1" />
7777
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.4.2">

0 commit comments

Comments
 (0)