Files
DotNet-ListComPort/NibblePoker.Library.ComPortHelpers/NibblePoker.Library.ComPortHelpers.csproj
T
aziascreations 60a7cb0f6b Added .NET Framework 4 target for application
Update ErrorCodes.cs, NibblePoker.Application.ListComPort.csproj, and 2 more files...
2024-05-24 16:49:02 +02:00

18 lines
549 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net40;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<RootNamespace>NibblePoker.Library.ComPortWatcher</RootNamespace>
<AssemblyName>NibblePoker.Library.ComPortHelpers</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NibblePoker.Library.RegistryHelpers" Version="1.0.0" />
</ItemGroup>
</Project>