60a7cb0f6b
Update ErrorCodes.cs, NibblePoker.Application.ListComPort.csproj, and 2 more files...
18 lines
549 B
XML
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>
|