Skip to content

Commit

Permalink
Merge pull request #38 from JaCraig/dependabot/nuget/dependencies-170…
Browse files Browse the repository at this point in the history
…0166fc0

fix: bump the dependencies group with 3 updates
  • Loading branch information
JaCraig authored Sep 19, 2023
2 parents b8532d8 + d1ab907 commit 3d9601a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/SQLHelper.DB/SQLHelper.DB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.11" />
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="170.9.0" />
<PackageReference Include="SQLParser" Version="3.0.9" />
<PackageReference Include="SQLParser" Version="3.0.10" />
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
<PackageReference Include="BigBook" Version="5.0.24" />
<PackageReference Include="BigBook" Version="5.0.25" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand Down
2 changes: 1 addition & 1 deletion test/SQLHelper.Tests/SQLHelper.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="FileCurator" Version="4.0.24" />
<PackageReference Include="FileCurator" Version="4.0.25" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3d9601a

Please sign in to comment.