Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 0151c05

Browse files
Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/NET6CustomLibrary
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01ed3e3 commit 0151c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NET6CustomLibrary/NET6CustomLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageReference Include="StackExchange.Redis" Version="2.7.33" />
4141
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.5.0" />
4242
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.5.0" />
43-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
43+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
4444
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.17" />
4545
<PackageReference Include="MassTransit.AspNetCore" Version="7.3.1" />
4646
<PackageReference Include="MassTransit.RabbitMQ" Version="8.2.0" />

0 commit comments

Comments
 (0)