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

14 lines
422 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PreserveCompilationReferences>true</PreserveCompilationReferences>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Plugins\PluginInterface\PluginInterface.csproj" />
<ProjectReference Include="..\WalkingTec.Mvvm\WalkingTec.Mvvm.Core\WalkingTec.Mvvm.Core.csproj" />
</ItemGroup>
</Project>