How to change max target version? #1084
-
I'm trying to reference a C++ Runtime Component project from a C# WinUI 3 app which targets the latest Insider SDK however I get this error while building the C# app: I checked the packaging project and it is set to 10.0.22000.0 but I can't find anything like that for the app project. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Trying to set the target framework to net5.0-windows10.0.22000.0 doesn't work as it doesn't recognize that framework. |
Beta Was this translation helpful? Give feedback.
-
I'm able to change the max target version in a C++ project but not in a C# project. |
Beta Was this translation helpful? Give feedback.
Trying to set the target framework to net5.0-windows10.0.22000.0 doesn't work as it doesn't recognize that framework.