Build error - CsWinRT requieres Universal Windows Platform #457
-
running the .\build.ps1 and getting the below error. NET SDK 5.0 is already installed. any ideas? EXEC : error : Could not find the Windows SDK in the registry [C:\Work\PersonelTraining\ping_1\Source\NETworkManager.Models\NETworkManager.Models.csproj]
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can check with CsWinRT requires UWP |
Beta Was this translation helpful? Give feedback.
You can check with
dotnet --version
in PowerShell if the latest version is used.CsWinRT requires UWP
Universal Windows Platform development
to access modern APIs likeWindows.Devices.WiFi
. Maybe this is missing in your Visual Studio installation.https://github.com/microsoft/CsWinRT