Target Framework Monikers #3203
Closed
MichelMichels
started this conversation in
General
Replies: 1 comment 1 reply
-
Also, is there a reasoning for both supporting .NET 6.0 and 7.0? Wouldn't 7.0 cover everything? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After removing the .NET Core 3.1 moniker, I noticed some inconsistencies across the projects. I have put them in a table below.
net462
net472
net6.0-windows
net7.0-windows
net7
Would there be a specific reason to support .NET Framework 4.6.2 and 4.7.2? This seems redundant and I think we should move to 4.6.2 for all projects as this is the minimal supported version of .NET Framework.
Beta Was this translation helpful? Give feedback.
All reactions