iotgateway/IoTGateway.Model/IoTGateway.Model.csproj

15 lines
423 B
XML
Raw Normal View History

2021-12-12 14:55:48 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PreserveCompilationReferences>true</PreserveCompilationReferences>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Plugins\PluginInterface\PluginInterface.csproj" />
2021-12-14 14:10:44 +08:00
<ProjectReference Include="..\WalkingTec.Mvvm\WalkingTec.Mvvm.Core\WalkingTec.Mvvm.Core.csproj" />
2021-12-12 14:55:48 +08:00
</ItemGroup>
</Project>