1
0
mirror of https://github.com/zhaopeiym/IoTClient synced 2025-10-05 19:16:16 +08:00
IoTClient/IoTClient.Extensions.Adapter/IoTClient.Extensions.Adapter.csproj
dependabot[bot] 9a68e225a7
Bump Newtonsoft.Json in /IoTClient.Extensions.Adapter
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.2...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 02:50:50 +00:00

17 lines
394 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Talk.BACnet" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IoTClient\IoTClient.csproj" />
</ItemGroup>
</Project>