iotgateway/IoTGateway.ViewModel/IoTGateway.ViewModel.csproj
2022-01-24 23:10:56 +08:00

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>