iotgateway/Plugins/Plugin/Plugin.csproj

18 lines
495 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DynamicExpresso.Core" Version="2.9.7" />
<PackageReference Include="MQTTnet" Version="3.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\IoTGateway.DataAccess\IoTGateway.DataAccess.csproj" />
<ProjectReference Include="..\..\IoTGateway.Model\IoTGateway.Model.csproj" />
</ItemGroup>
</Project>