Skip to content

Commit 39c8798

Browse files
Update System.Text.Json requirement from 4.7.* to 5.0.*
Updates the requirements on [System.Text.Json](https://github.com/dotnet/runtime) to permit the latest version. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v5.0.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c06de3a commit 39c8798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
</PropertyGroup>
2727
<ItemGroup>
2828
<PackageReference Include="Simplify.Web" Version="4.4.*" />
29-
<PackageReference Include="System.Text.Json" Version="4.7.*" />
29+
<PackageReference Include="System.Text.Json" Version="5.0.*" />
3030
</ItemGroup>
3131
</Project>

0 commit comments

Comments
 (0)