From d37bd9af0898fa81c891f0415a626b68b1982da6 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Tue, 2 Jul 2024 15:44:46 -0700 Subject: [PATCH] Add BT device to net6-windows --- src/NmeaParser/BluetoothDevice.UWP.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NmeaParser/BluetoothDevice.UWP.cs b/src/NmeaParser/BluetoothDevice.UWP.cs index 33e2c63..1e28d43 100644 --- a/src/NmeaParser/BluetoothDevice.UWP.cs +++ b/src/NmeaParser/BluetoothDevice.UWP.cs @@ -12,7 +12,7 @@ // * limitations under the License. // ****************************************************************************** -#if WINDOWS_UWP +#if WINDOWS_UWP || WINDOWS using System; using System.Collections.Generic; using System.Linq;