Skip to content

Commit c5322b2

Browse files
authored
Merge pull request #124 from Gml-Launcher/dependabot/nuget/src/Gml.Core/System.Text.Json-10.0.2
Bump System.Text.Json from 10.0.1 to 10.0.2
2 parents 6c0c25a + c61cbde commit c5322b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Gml.Core/Gml.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0"/>
2626
<PackageReference Include="System.Reactive" Version="6.1.0"/>
2727
<PackageReference Include="System.Runtime.Loader" Version="4.3.0"/>
28-
<PackageReference Include="System.Text.Json" Version="10.0.1"/>
28+
<PackageReference Include="System.Text.Json" Version="10.0.2"/>
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/Gml.Interfaces/Gml.Interfaces.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="System.Text.Json" Version="10.0.1"/>
14+
<PackageReference Include="System.Text.Json" Version="10.0.2"/>
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)