2021-12-12 06:55:48 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-01-24 15:10:56 +00:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-12-12 06:55:48 +00:00
|
|
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\IoTGateway.Model\IoTGateway.Model.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Plugins\Plugin\Plugin.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|
|
|
|
|
|