Skip to content

Commit

Permalink
Merge pull request #614 from loresoft/dependabot/nuget/dbup-sqlserver…
Browse files Browse the repository at this point in the history
…-6.0.0

Bump dbup-sqlserver from 5.0.41 to 6.0.0
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
2 parents 3b28a22 + d33f764 commit d5bf524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/Tracker/Tracker.Database/Tracker.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="dbup-sqlserver" Version="5.0.41" />
<PackageReference Include="dbup-sqlserver" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="dbup-sqlserver" Version="5.0.41" />
<PackageReference Include="dbup-sqlserver" Version="6.0.0" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
Expand Down

0 comments on commit d5bf524

Please sign in to comment.