Skip to content

Commit fe7b03d

Browse files
Bump Newtonsoft.Json in /resources/code-template/fsharp/sendD2C (microsoft#556)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e1b6c6 commit fe7b03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/code-template/fsharp/sendD2C/SimulatedDevice.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.18.0" />
14-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
14+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)