Skip to content

Commit 4d02397

Browse files
Bump System.Text.Json from 10.0.2 to 10.0.3 (#206)
Update dependency Non-Important #102 --- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac9f74f commit 4d02397

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="10.0.2" />
15+
<PackageReference Include="System.Text.Json" Version="10.0.3" />
1616
</ItemGroup>
1717

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

0 commit comments

Comments
 (0)