Skip to content

Commit 46725ae

Browse files
chore(deps): bump System.Text.Json in /src/LEGO.AsyncAPI
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] <[email protected]>
1 parent 68657dd commit 46725ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="System.Text.Json" Version="8.0.4" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
22+
<PackageReference Include="System.Text.Json" Version="8.0.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
2323

2424
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
2525
<_Parameter1>$(MSBuildProjectName).Tests</_Parameter1>

0 commit comments

Comments
 (0)