Skip to content

Commit ac5cd07

Browse files
build(deps): Bump the nuget-dependencies group with 2 updates
Bumps the nuget-dependencies group with 2 updates: [Fluid.Core](https://github.com/sebastienros/fluid) and [Scalar.AspNetCore](https://github.com/scalar/scalar). Updates `Fluid.Core` from 2.22.0 to 2.24.0 - [Release notes](https://github.com/sebastienros/fluid/releases) - [Commits](sebastienros/fluid@v2.22.0...v2.24.0) Updates `Scalar.AspNetCore` from 2.1.17 to 2.2.1 - [Changelog](https://github.com/scalar/scalar/blob/main/RELEASE.md) - [Commits](https://github.com/scalar/scalar/commits) --- updated-dependencies: - dependency-name: Fluid.Core dependency-version: 2.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Scalar.AspNetCore dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f880ef9 commit ac5cd07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

API/API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Fluid.Core" Version="2.22.0" />
17+
<PackageReference Include="Fluid.Core" Version="2.24.0" />
1818
<PackageReference Include="MailKit" Version="4.11.0" />
1919
</ItemGroup>
2020

Common/Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.11.1" />
2424
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.11.1" />
2525
<PackageReference Include="Redis.OM" Version="0.8.0" />
26-
<PackageReference Include="Scalar.AspNetCore" Version="2.1.17" />
26+
<PackageReference Include="Scalar.AspNetCore" Version="2.2.1" />
2727
<PackageReference Include="Semver" Version="3.0.0" />
2828
<PackageReference Include="Serilog.Sinks.Grafana.Loki" Version="8.3.0" />
2929
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />

0 commit comments

Comments
 (0)