2022-07-13 15:07:56 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-02-25 11:25:37 +00:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2022-07-13 15:07:56 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
2023-01-31 22:12:43 +00:00
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
2023-02-07 18:09:50 +00:00
|
|
|
<Version>3.5.0.1</Version>
|
2024-05-05 11:44:00 +00:00
|
|
|
<AssemblyVersion>5.1.0.0</AssemblyVersion>
|
|
|
|
<FileVersion>5.1.0.0</FileVersion>
|
2022-07-13 15:07:56 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|