iotgateway/IoTGateway.ViewModel/IoTGateway.ViewModel.csproj

15 lines
381 B
XML
Raw Permalink Normal View History

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>