Skip to content

Commit

Permalink
Update Tracker.WebService.EntityFrameworkCore.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Dec 13, 2024
1 parent 9366631 commit b91410c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

<ItemGroup>
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.16" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.15" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.17" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.17" />
<PackageReference Include="Injectio" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b91410c

Please sign in to comment.