79320227

Date: 2024-12-31 15:02:54
Score: 1.5
Natty:
Report link

The correct way is to edit the platform.props file:

change

<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>

to

<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>

After restarting Visual Studio, you can see the change in the UI.

https://developercommunity.visualstudio.com/t/unable-to-change-the-windows-sdk-version-for-proje/169374

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pegasus