Question: should the project be altered to target a more recent version of the Windows SDK? I noticed that it was upgraded to be a .NET 10 project. So, I'm wondering if I should be surprised by the build errors which resulted from my having only a newer Windows SDK installed. But maybe there is a reason for this.
I installed .NET 10, etc., so that I could build the project. I ended up with:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0
on my disk.
But the project wouldn't build until I installed the older version of the SDK:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0
Since the project was upgraded to .NET 10, would it make sense to point the project at the latest version of the Windows SDK?
Question: should the project be altered to target a more recent version of the Windows SDK? I noticed that it was upgraded to be a .NET 10 project. So, I'm wondering if I should be surprised by the build errors which resulted from my having only a newer Windows SDK installed. But maybe there is a reason for this.
I installed .NET 10, etc., so that I could build the project. I ended up with:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0on my disk.
But the project wouldn't build until I installed the older version of the SDK:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0Since the project was upgraded to .NET 10, would it make sense to point the project at the latest version of the Windows SDK?