Target SDK. 4.7.2 or newer? #3053
Replies: 1 comment
-
@GronbergInfo Admittedly I have not tested this, but I would assume simply going through the *.csproj files and changing the monikers in the So something like this: <TargetFrameworks>net462;netcoreapp3.1;net6.0-windows;net7.0-windows</TargetFrameworks> becomes something like this ( <TargetFrameworks>net472;netcoreapp3.1;net6.0-windows;net7.0-windows</TargetFrameworks> But then again, it sounds like this is what you've already tried... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I downloaded the code as zip, opened the demo solution in VS2022 community.
Cannot install .NET SDK 4.5 / 4.6.
Cannot get it to compile because of this, i have searched thru all files and changed to 4.7.2 where framework mentions 4.6.2
How do i get this to work in my solution if i cannot install the older SDK?
Beta Was this translation helpful? Give feedback.
All reactions