Skip to content

Commit 9bd7c59

Browse files
authored
Merge pull request #23 from SimplifyNet/dependabot/nuget/develop/System.Text.Json-6.0.star
Update System.Text.Json requirement from 5.0.* to 6.0.*
2 parents 3f56661 + 1d271e8 commit 9bd7c59

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
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626
<ItemGroup>
2727
<PackageReference Include="Simplify.Web" Version="4.5.*" />
28-
<PackageReference Include="System.Text.Json" Version="5.0.*" />
28+
<PackageReference Include="System.Text.Json" Version="6.0.*" />
2929
</ItemGroup>
3030
<ItemGroup>
3131
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)