Skip to content

Commit 3b667eb

Browse files
Bump System.Text.Json from 6.0.6 to 7.0.3
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.6 to 7.0.3. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.6...v7.0.3) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e34ce5b commit 3b667eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Simplify.Web.Postman/Simplify.Web.Postman.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
44
<LangVersion>10.0</LangVersion>
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626
<ItemGroup>
2727
<PackageReference Include="Simplify.Web" Version="4.6.0" />
28-
<PackageReference Include="System.Text.Json" Version="6.0.6" />
28+
<PackageReference Include="System.Text.Json" Version="7.0.3" />
2929
</ItemGroup>
3030
<ItemGroup>
3131
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)