Skip to content

Commit fdaeea6

Browse files
build(deps): Bump the nuget-dependencies group with 6 updates (#131)
Bumps the nuget-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [Fluid.Core](https://github.com/sebastienros/fluid) | `2.11.1` | `2.12.0` | | [Scalar.AspNetCore](https://github.com/scalar/scalar) | `1.2.29` | `1.2.34` | | [TUnit](https://github.com/thomhurst/TUnit) | `0.2.181` | `0.2.202` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.10` | `8.0.0` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.10` | `8.0.0` | | Z.EntityFramework.Plus.EFCore | `8.103.6` | `8.103.6.1` | Updates `Fluid.Core` from 2.11.1 to 2.12.0 - [Release notes](https://github.com/sebastienros/fluid/releases) - [Commits](sebastienros/fluid@v2.11.1...v2.12.0) Updates `Scalar.AspNetCore` from 1.2.29 to 1.2.34 - [Changelog](https://github.com/scalar/scalar/blob/main/RELEASE.md) - [Commits](https://github.com/scalar/scalar/commits) Updates `TUnit` from 0.2.181 to 0.2.202 - [Commits](https://github.com/thomhurst/TUnit/commits) Updates `Microsoft.EntityFrameworkCore` from 8.0.10 to 8.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v8.0.0) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.10 to 8.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v8.0.0) Updates `Z.EntityFramework.Plus.EFCore` from 8.103.6 to 8.103.6.1 --- updated-dependencies: - dependency-name: Fluid.Core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Scalar.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: TUnit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Z.EntityFramework.Plus.EFCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6e535a commit fdaeea6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

API/API.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
27-
<PackageReference Include="Fluid.Core" Version="2.11.1" />
27+
<PackageReference Include="Fluid.Core" Version="2.12.0" />
2828
<PackageReference Include="MailKit" Version="4.8.0" />
2929
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.10" />
3030
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
@@ -41,7 +41,7 @@
4141
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
4242
<PackageReference Include="OneOf" Version="3.0.271" />
4343
<PackageReference Include="Redis.OM" Version="0.7.6" />
44-
<PackageReference Include="Scalar.AspNetCore" Version="1.2.29" />
44+
<PackageReference Include="Scalar.AspNetCore" Version="1.2.34" />
4545
<PackageReference Include="Serilog" Version="4.1.0" />
4646
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
4747
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />

Common.Tests/Common.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Testcontainers.PostgreSql" Version="4.0.0" />
1515
<PackageReference Include="Testcontainers.Redis" Version="4.0.0" />
16-
<PackageReference Include="TUnit" Version="0.2.181" />
16+
<PackageReference Include="TUnit" Version="0.2.202" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

Common/Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.9.0"/>
4343
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.9.0"/>
4444
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.9.0"/>
45-
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="8.103.6" />
45+
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="8.103.6.1" />
4646
</ItemGroup>
4747

4848
</Project>

0 commit comments

Comments
 (0)