mirror of
https://gitee.com/iioter/iotgateway.git
synced 2024-11-29 18:28:09 +08:00
15 lines
381 B
XML
15 lines
381 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\IoTGateway.Model\IoTGateway.Model.csproj" />
|
|
<ProjectReference Include="..\Plugins\Plugin\Plugin.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|
|
|