eDosStationFull/TestSignal/TestSignal.csproj

15 lines
342 B
XML
Raw Permalink Normal View History

2026-08-18 12:15:26 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="10.0.10" />
</ItemGroup>
</Project>