logicanalyzer/Software/LogicAnalyzer/SharedDriver/SharedDriver.csproj

15 lines
365 B
XML
Raw Normal View History

2022-07-13 15:07:56 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2023-01-31 22:12:43 +00:00
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2022-07-13 15:07:56 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
</ItemGroup>
</Project>