Skip to content

Commit 3b6d431

Browse files
Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/NATS.Client.Core (#649)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24239a4 commit 3b6d431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NATS.Client.Core/NATS.Client.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<!-- Dependencies for netstandard only -->
4040
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'">
41-
<PackageReference Include="System.Text.Json" Version="8.0.4"/>
41+
<PackageReference Include="System.Text.Json" Version="8.0.5"/>
4242
<PackageReference Include="System.Threading.Channels" Version="8.0.0"/>
4343
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1"/>
4444
<PackageReference Include="Nullable" Version="1.3.1">
@@ -59,7 +59,7 @@
5959

6060
<!-- Dependencies for net6.0 and net8.0 only -->
6161
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'net8.0'">
62-
<PackageReference Include="System.Text.Json" Version="8.0.4"/>
62+
<PackageReference Include="System.Text.Json" Version="8.0.5"/>
6363
</ItemGroup>
6464

6565
<ItemGroup>

0 commit comments

Comments
 (0)