mirror of
https://gitee.com/iioter/iotgateway.git
synced 2024-11-30 02:37:55 +08:00
18 lines
495 B
XML
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>
|