Skip to content

Commit 93897dc

Browse files
Bump System.Text.Json from 8.0.5 to 10.0.2 (#203)
--- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52a2edb commit 93897dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreSim/src/RobotTwin.CoreSim/RobotTwin.CoreSim.csproj

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

1414
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
15-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
15+
<PackageReference Include="System.Text.Json" Version="10.0.2" />
1616
</ItemGroup>
1717

1818
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">

0 commit comments

Comments
 (0)