Skip to content

Commit bf25d4f

Browse files
committed
fix(dependencies): update package versions
Updated package versions in project files to ensure compatibility and security. - Updated `BigBook` package in `SQLHelper.DB.csproj` from `6.0.4` to `6.0.5` - Updated `FileCurator` package in `SQLHelper.Tests.csproj` from `5.0.2` to `5.0.3` - Minor non-functional whitespace/encoding change in `SQLHelper.Tests.csproj` `<Project Sdk="Microsoft.NET.Sdk">` line
1 parent eaf8c76 commit bf25d4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SQLHelper.DB/SQLHelper.DB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<PackageReference Include="SQLParser" Version="4.0.1" />
6262
<PackageReference Include="System.Data.Common" Version="4.3.0" />
6363
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
64-
<PackageReference Include="BigBook" Version="6.0.4" />
64+
<PackageReference Include="BigBook" Version="6.0.5" />
6565
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.1" />
6666
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
6767
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

test/SQLHelper.Tests/SQLHelper.Tests.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">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>Tests for SQLHelper</Description>
@@ -44,7 +44,7 @@
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4545
</PackageReference>
4646
<PackageReference Include="xunit" Version="2.9.3" />
47-
<PackageReference Include="FileCurator" Version="5.0.2" />
47+
<PackageReference Include="FileCurator" Version="5.0.3" />
4848
</ItemGroup>
4949

5050
<ItemGroup>

0 commit comments

Comments
 (0)