Skip to content

Commit 2a45b6b

Browse files
authored
Merge pull request #18 from SimplifyNet/dependabot/nuget/develop/System.Text.Json-5.0.star
Update System.Text.Json requirement from 4.7.* to 5.0.*
2 parents c06de3a + 39c8798 commit 2a45b6b

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)