You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
791 B
XML
23 lines
791 B
XML
3 weeks ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
<Nullable>enable</Nullable>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="RJCP.SerialPortStream" Version="3.0.3" />
|
||
|
<PackageReference Include="System.IO.Ports" Version="9.0.5" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Sln.Iot.Business\Sln.Iot.Business.csproj" />
|
||
|
<ProjectReference Include="..\Sln.Iot.Common\Sln.Iot.Common.csproj" />
|
||
|
<ProjectReference Include="..\Sln.Iot.Model\Sln.Iot.Model.csproj" />
|
||
|
<ProjectReference Include="..\Sln.Iot.Repository\Sln.Iot.Repository.csproj" />
|
||
|
<ProjectReference Include="..\Sln.Iot.Socket\Sln.Iot.Socket.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|