iotgateway/IoTGateway.Model/IoTGateway.Model.csproj

14 lines
422 B
XML
Raw 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="..\Plugins\PluginInterface\PluginInterface.csproj" />
2021-12-14 06:10:44 +00:00
<ProjectReference Include="..\WalkingTec.Mvvm\WalkingTec.Mvvm.Core\WalkingTec.Mvvm.Core.csproj" />
2021-12-12 06:55:48 +00:00
</ItemGroup>
</Project>