Error NETSDK1149 InTheHand.BluetoothLE.dll cannot be referenced because it uses built-in support for WinRT, which is no longer supported in .NET 5 and higher. An updated version of the component supporting .NET 5 is needed. For more information, see https://aka.ms/netsdk1149 UnoFigma.Wasm C:\Program Files\dotnet\sdk\7.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets 1027
In a WebAssembly PlatformUno based project, I'm targeting "net6".
and I'm getting the following error:
Error NETSDK1149 InTheHand.BluetoothLE.dll cannot be referenced because it uses built-in support for WinRT, which is no longer supported in .NET 5 and higher. An updated version of the component supporting .NET 5 is needed. For more information, see https://aka.ms/netsdk1149 UnoFigma.Wasm C:\Program Files\dotnet\sdk\7.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets 1027
Is there a plan to support such scenario? Blazor appears to have Bluetooth access: https://github.com/valerii-sovytskyi/Blazor.Bluetooth