Added .NET Framework 4 target for "ComPortHelper" library

Update ComPortHelper.cs, ComPortInfo.cs, and 2 more files...
This commit is contained in:
2024-05-24 16:35:15 +02:00
parent 20052c3fb4
commit 6e4462c8fa
4 changed files with 97 additions and 87 deletions
@@ -1,7 +1,7 @@
namespace NibblePoker.Library.ComPortWatcher;
public enum SortingOrder {
Descending = -1,
None = 0,
Ascending = 1,
namespace NibblePoker.Library.ComPortWatcher {
public enum SortingOrder {
Descending = -1,
None = 0,
Ascending = 1,
}
}