Skip to content

Commit 9f996d5

Browse files
committed
Update version compatibility section of readme
1 parent f982027 commit 9f996d5

File tree

13 files changed

+77
-141
lines changed

13 files changed

+77
-141
lines changed

.portal-docs/docker-hub/README.aspnet.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,12 @@ After the application starts, navigate to `http://localhost:8000` in your web br
3838

3939
## Version Compatibility
4040

41-
Version Tag | OS Version | Supported .NET Versions
42-
-- | -- | --
43-
4.8.1 | windowsservercore-ltsc2022 | 4.8.1
44-
4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8
45-
4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
46-
4.7.1 | windowsservercore-ltsc2016 | 4.7.1
47-
4.7 | windowsservercore-ltsc2016 | 4.7
48-
4.6.2 | windowsservercore-ltsc2016 | 4.6.2
49-
3.5 | windowsservercore-ltsc2022 | 4.7.2, 3.5, 3.0, 2.5
50-
3.5 | windowsservercore-ltsc2019 | 4.7.2, 3.5, 3.0, 2.5
51-
3.5 | windowsservercore-ltsc2016 | 4.6.2, 3.5, 3.0, 2.5
41+
If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
42+
Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
43+
44+
- [.NET Framework migration guide](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/)
45+
- [Application compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility).
46+
- [Version compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility)
5247

5348
# Related repositories
5449

.portal-docs/docker-hub/README.runtime.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,12 @@ docker run --rm mcr.microsoft.com/dotnet/framework/samples:dotnetapp
2929

3030
## Version Compatibility
3131

32-
Version Tag | OS Version | Supported .NET Versions
33-
-- | -- | --
34-
4.8.1 | windowsservercore-ltsc2022 | 4.8.1
35-
4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8
36-
4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
37-
4.7.1 | windowsservercore-ltsc2016 | 4.7.1
38-
4.7 | windowsservercore-ltsc2016 | 4.7
39-
4.6.2 | windowsservercore-ltsc2016 | 4.6.2
40-
3.5 | windowsservercore-ltsc2022 | 4.7.2, 3.5, 3.0, 2.5
41-
3.5 | windowsservercore-ltsc2019 | 4.7.2, 3.5, 3.0, 2.5
42-
3.5 | windowsservercore-ltsc2016 | 4.6.2, 3.5, 3.0, 2.5
32+
If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
33+
Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
34+
35+
- [.NET Framework migration guide](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/)
36+
- [Application compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility).
37+
- [Version compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility)
4338

4439
# Related repositories
4540

.portal-docs/docker-hub/README.sdk.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,12 @@ The [.NET Framework Docker samples](https://github.com/microsoft/dotnet-framewor
3535

3636
## Version Compatibility
3737

38-
Version Tag | OS Version | Supported .NET Versions
39-
-- | -- | --
40-
4.8.1 | windowsservercore-ltsc2022 | 4.8.1*
41-
4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8*
42-
4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
43-
4.7.1 | windowsservercore-ltsc2016 | 4.7.1
44-
4.7 | windowsservercore-ltsc2016 | 4.7
45-
4.6.2 | windowsservercore-ltsc2016 | 4.6.2
46-
3.5 | windowsservercore-ltsc2022 | 4.7.2, 3.5, 3.0, 2.5
47-
3.5 | windowsservercore-ltsc2019 | 4.7.2, 3.5, 3.0, 2.5
48-
3.5 | windowsservercore-ltsc2016 | 4.6.2, 3.5, 3.0, 2.5
49-
50-
\* 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.
38+
If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
39+
Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
40+
41+
- [.NET Framework migration guide](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/)
42+
- [Application compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility).
43+
- [Version compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility)
5144

5245
# Related repositories
5346

.portal-docs/docker-hub/README.wcf.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@ docker run --name wcfclientsample --rm -it -e HOST=172.26.236.119 mcr.microsoft.
4040

4141
## Version Compatibility
4242

43-
Version Tag | OS Version | Supported .NET Versions
44-
-- | -- | --
45-
4.8.1 | windowsservercore-ltsc2022 | 4.8.1
46-
4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8
47-
4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
48-
4.7.1 | windowsservercore-ltsc2016 | 4.7.1
49-
4.7 | windowsservercore-ltsc2016 | 4.7
50-
4.6.2 | windowsservercore-ltsc2016 | 4.6.2
43+
If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
44+
Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
45+
46+
- [.NET Framework migration guide](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/)
47+
- [Application compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility).
48+
- [Version compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility)
5149

5250
# Related repositories
5351

.portal-docs/mar/README.aspnet.portal.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,12 @@ After the application starts, navigate to `http://localhost:8000` in your web br
5353

5454
### Version Compatibility
5555

56-
Version Tag | OS Version | Supported .NET Versions
57-
-- | -- | --
58-
4.8.1 | windowsservercore-ltsc2022 | 4.8.1
59-
4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8
60-
4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
61-
4.7.1 | windowsservercore-ltsc2016 | 4.7.1
62-
4.7 | windowsservercore-ltsc2016 | 4.7
63-
4.6.2 | windowsservercore-ltsc2016 | 4.6.2
64-
3.5 | windowsservercore-ltsc2022 | 4.7.2, 3.5, 3.0, 2.5
65-
3.5 | windowsservercore-ltsc2019 | 4.7.2, 3.5, 3.0, 2.5
66-
3.5 | windowsservercore-ltsc2016 | 4.6.2, 3.5, 3.0, 2.5
56+
If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
57+
Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
58+
59+
- [.NET Framework migration guide](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/)
60+
- [Application compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility).
61+
- [Version compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility)
6762

6863
## Support
6964

.portal-docs/mar/README.runtime.portal.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,12 @@ docker run --rm mcr.microsoft.com/dotnet/framework/samples:dotnetapp
4444

4545
### Version Compatibility
4646

47-
Version Tag | OS Version | Supported .NET Versions
48-
-- | -- | --
49-
4.8.1 | windowsservercore-ltsc2022 | 4.8.1
50-
4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8
51-
4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
52-
4.7.1 | windowsservercore-ltsc2016 | 4.7.1
53-
4.7 | windowsservercore-ltsc2016 | 4.7
54-
4.6.2 | windowsservercore-ltsc2016 | 4.6.2
55-
3.5 | windowsservercore-ltsc2022 | 4.7.2, 3.5, 3.0, 2.5
56-
3.5 | windowsservercore-ltsc2019 | 4.7.2, 3.5, 3.0, 2.5
57-
3.5 | windowsservercore-ltsc2016 | 4.6.2, 3.5, 3.0, 2.5
47+
If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
48+
Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
49+
50+
- [.NET Framework migration guide](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/)
51+
- [Application compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility).
52+
- [Version compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility)
5853

5954
## Support
6055

.portal-docs/mar/README.sdk.portal.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.portal-docs/mar/README.wcf.portal.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,12 @@ docker run --name wcfclientsample --rm -it -e HOST=172.26.236.119 mcr.microsoft.
5555

5656
### Version Compatibility
5757

58-
Version Tag | OS Version | Supported .NET Versions
59-
-- | -- | --
60-
4.8.1 | windowsservercore-ltsc2022 | 4.8.1
61-
4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8
62-
4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
63-
4.7.1 | windowsservercore-ltsc2016 | 4.7.1
64-
4.7 | windowsservercore-ltsc2016 | 4.7
65-
4.6.2 | windowsservercore-ltsc2016 | 4.6.2
58+
If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
59+
Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
60+
61+
- [.NET Framework migration guide](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/)
62+
- [Application compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility).
63+
- [Version compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility)
6664

6765
## Support
6866

README.aspnet.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,12 @@ After the application starts, navigate to `http://localhost:8000` in your web br
4040

4141
### Version Compatibility
4242

43-
Version Tag | OS Version | Supported .NET Versions
44-
-- | -- | --
45-
4.8.1 | windowsservercore-ltsc2022 | 4.8.1
46-
4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8
47-
4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
48-
4.7.1 | windowsservercore-ltsc2016 | 4.7.1
49-
4.7 | windowsservercore-ltsc2016 | 4.7
50-
4.6.2 | windowsservercore-ltsc2016 | 4.6.2
51-
3.5 | windowsservercore-ltsc2022 | 4.7.2, 3.5, 3.0, 2.5
52-
3.5 | windowsservercore-ltsc2019 | 4.7.2, 3.5, 3.0, 2.5
53-
3.5 | windowsservercore-ltsc2016 | 4.6.2, 3.5, 3.0, 2.5
43+
If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
44+
Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
45+
46+
- [.NET Framework migration guide](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/)
47+
- [Application compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility).
48+
- [Version compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility)
5449

5550
## Related repositories
5651

README.runtime.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,12 @@ docker run --rm mcr.microsoft.com/dotnet/framework/samples:dotnetapp
3131

3232
### Version Compatibility
3333

34-
Version Tag | OS Version | Supported .NET Versions
35-
-- | -- | --
36-
4.8.1 | windowsservercore-ltsc2022 | 4.8.1
37-
4.8 | windowsservercore-ltsc2022, windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.8
38-
4.7.2 | windowsservercore-ltsc2019, windowsservercore-ltsc2016 | 4.7.2
39-
4.7.1 | windowsservercore-ltsc2016 | 4.7.1
40-
4.7 | windowsservercore-ltsc2016 | 4.7
41-
4.6.2 | windowsservercore-ltsc2016 | 4.6.2
42-
3.5 | windowsservercore-ltsc2022 | 4.7.2, 3.5, 3.0, 2.5
43-
3.5 | windowsservercore-ltsc2019 | 4.7.2, 3.5, 3.0, 2.5
44-
3.5 | windowsservercore-ltsc2016 | 4.6.2, 3.5, 3.0, 2.5
34+
If you created your app using an earlier version of .NET Framework, you can generally upgrade it to .NET Framework 4.8+ easily.
35+
Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targeting any version of .NET Framework 4.
36+
37+
- [.NET Framework migration guide](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/)
38+
- [Application compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/application-compatibility).
39+
- [Version compatibility in .NET Framework](https://learn.microsoft.com/dotnet/framework/migration-guide/version-compatibility)
4540

4641
## Related repositories
4742

0 commit comments

Comments
 (0)