Is the .net framework Version compatibility applicable for visual studio build?
Vishnu Gopalakrishnan
126
Reputation points
My C# application is targeted to .net version is .NET Framework 4.6.2.
So what .net version should I install in visual studio to build it?
Exact 4.6.2 or any higher version?
I know that the runtime is backward compatible i.e if the environment have higher version of .NET Framework then it is enough.
https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/version-compatibility
Is the backward compatibility is applicable to .net framework sdk in build too?
Sign in to answer