Skip to content

Commit

Permalink
chore(deps): update 3rd parties .net packages updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 585cbd1 commit 33c590c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-reportgenerator-globaltool": {
"version": "5.4.0",
"version": "5.4.3",
"commands": [
"reportgenerator"
],
Expand Down
18 changes: 9 additions & 9 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ItemGroup>
<PackageVersion Include="Ardalis.SmartEnum" Version="8.1.0" />
<PackageVersion Include="Ardalis.SmartEnum" Version="8.2.0" />
<PackageVersion Include="Ardalis.SmartEnum.Dapper" Version="8.1.0" />
<PackageVersion Include="Ardalis.SmartEnum.EFCore" Version="8.1.0" />
<PackageVersion Include="Ardalis.SmartEnum.SystemTextJson" Version="8.1.0" />
Expand All @@ -18,21 +18,21 @@
<PackageVersion Include="Dapper.FluentMap" Version="2.0.0" />
<PackageVersion Include="Dapper.SqlBuilder" Version="2.0.78" />
<PackageVersion Include="Dapper.Transaction" Version="2.1.35" />
<PackageVersion Include="dbup-core" Version="6.0.3" />
<PackageVersion Include="dbup-core" Version="6.0.4" />
<PackageVersion Include="dbup-mysql" Version="6.0.4" />
<PackageVersion Include="DotNetMeteor.HotReload.Plugin" Version="3.3.0" />
<PackageVersion Include="DrifterApps.Seeds.Application" Version="1.0.84" />
<PackageVersion Include="DrifterApps.Seeds.Application.Mediatr" Version="1.0.84" />
<PackageVersion Include="DrifterApps.Seeds.Domain" Version="1.0.84" />
<PackageVersion Include="DrifterApps.Seeds.FluentResult" Version="0.1.8" />
<PackageVersion Include="DrifterApps.Seeds.Infrastructure" Version="1.0.84" />
<PackageVersion Include="DrifterApps.Seeds.Application" Version="1.0.112" />
<PackageVersion Include="DrifterApps.Seeds.Application.Mediatr" Version="1.0.112" />
<PackageVersion Include="DrifterApps.Seeds.Domain" Version="1.0.112" />
<PackageVersion Include="DrifterApps.Seeds.FluentResult" Version="0.1.12" />
<PackageVersion Include="DrifterApps.Seeds.Infrastructure" Version="1.0.112" />
<PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageVersion Include="Hangfire.AspNetCore" Version="1.8.15" />
<PackageVersion Include="Hangfire.AspNetCore" Version="1.8.17" />
<PackageVersion Include="Hangfire.InMemory" Version="1.0.0" />
<PackageVersion Include="Humanizer.Core" Version="2.14.1" />
<PackageVersion Include="MediatR" Version="12.4.1" />
<PackageVersion Include="MediatR.Contracts" Version="2.0.1" />
<PackageVersion Include="MicroElements.Swashbuckle.FluentValidation" Version="6.0.0" />
<PackageVersion Include="MicroElements.Swashbuckle.FluentValidation" Version="6.1.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.11" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.11" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.403",
"version": "8.0.404",
"rollForward": "latestMinor"
}
}
8 changes: 4 additions & 4 deletions tests/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageVersion>
<PackageVersion Include="DrifterApps.Seeds.FluentResult.FluentAssertions" Version="0.1.8" />
<PackageVersion Include="DrifterApps.Seeds.Testing" Version="1.0.84" />
<PackageVersion Include="DrifterApps.Seeds.FluentResult.FluentAssertions" Version="0.1.12" />
<PackageVersion Include="DrifterApps.Seeds.Testing" Version="1.0.112" />
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
<PackageVersion Include="FluentAssertions.Analyzers" Version="0.34.1">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -29,10 +29,10 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
<PackageVersion Include="Respawn" Version="6.2.1" />
<PackageVersion Include="WireMock.Net" Version="1.6.7" />
<PackageVersion Include="WireMock.Net" Version="1.6.10" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
<PackageVersion Include="xunit.analyzers" Version="1.17.0">
<PackageVersion Include="xunit.analyzers" Version="1.18.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
Expand Down

0 comments on commit 33c590c

Please sign in to comment.