@@ -50,19 +50,12 @@ The [.NET Framework Docker samples](https://github.com/microsoft/dotnet-framewor
5050
5151### Version Compatibility
5252
53- Version Tag | OS Version | Supported .NET Versions
54- -- | -- | --
55- 4.8.1 | windowsservercore-ltsc2022 | 4.8.1*
56- 4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8*
57- 4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
58- 4.7.1 | windowsservercore-ltsc2016 | 4.7.1
59- 4.7 | windowsservercore-ltsc2016 | 4.7
60- 4.6.2 | windowsservercore-ltsc2016 | 4.6.2
61- 3.5 | windowsservercore-ltsc2022 | 4.7.2, 3.5, 3.0, 2.5
62- 3.5 | windowsservercore-ltsc2019 | 4.7.2, 3.5, 3.0, 2.5
63- 3.5 | windowsservercore-ltsc2016 | 4.6.2, 3.5, 3.0, 2.5
64-
65- \* The 4.8 and 4.8.1 SDKs are also capable of building 4.8.1, 4.8, 4.7.2, 4.7.1, 4.7, and 4.6.2 projects.
53+ If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
54+ Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
55+
56+ - [ .NET Framework migration guide] ( https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/ )
57+ - [ Application compatibility in .NET Framework] ( https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility ) .
58+ - [ Version compatibility in .NET Framework] ( https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility )
6659
6760## Support
6861
0 commit comments