Skip to content

Commit b44a5dd

Browse files
authored
Remove 3.5 from Featured Tags section in Readmes (#1285)
1 parent 2cf5a65 commit b44a5dd

11 files changed

Lines changed: 2 additions & 22 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* `docker pull mcr.microsoft.com/dotnet/framework/aspnet:4.8.1`
55
* `4.8`
66
* `docker pull mcr.microsoft.com/dotnet/framework/aspnet:4.8`
7-
* `3.5`
8-
* `docker pull mcr.microsoft.com/dotnet/framework/aspnet:3.5`
97

108
# About
119

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* `docker pull mcr.microsoft.com/dotnet/framework/runtime:4.8.1`
55
* `4.8`
66
* `docker pull mcr.microsoft.com/dotnet/framework/runtime:4.8`
7-
* `3.5`
8-
* `docker pull mcr.microsoft.com/dotnet/framework/runtime:3.5`
97

108
# About
119

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* `docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8.1`
55
* `4.8`
66
* `docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8`
7-
* `3.5`
8-
* `docker pull mcr.microsoft.com/dotnet/framework/sdk:3.5`
97

108
# About
119

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Watch [discussions](https://github.com/microsoft/dotnet-framework-docker/discuss
1717
* `docker pull mcr.microsoft.com/dotnet/framework/aspnet:4.8.1`
1818
* `4.8`
1919
* `docker pull mcr.microsoft.com/dotnet/framework/aspnet:4.8`
20-
* `3.5`
21-
* `docker pull mcr.microsoft.com/dotnet/framework/aspnet:3.5`
2220

2321
## Related repositories
2422

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Watch [discussions](https://github.com/microsoft/dotnet-framework-docker/discuss
1010
* `docker pull mcr.microsoft.com/dotnet/framework/runtime:4.8.1`
1111
* `4.8`
1212
* `docker pull mcr.microsoft.com/dotnet/framework/runtime:4.8`
13-
* `3.5`
14-
* `docker pull mcr.microsoft.com/dotnet/framework/runtime:3.5`
1513

1614
## Related repositories
1715

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Watch [discussions](https://github.com/microsoft/dotnet-framework-docker/discuss
1818
* `docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8.1`
1919
* `4.8`
2020
* `docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8`
21-
* `3.5`
22-
* `docker pull mcr.microsoft.com/dotnet/framework/sdk:3.5`
2321

2422
## Related repositories
2523

README.aspnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* `docker pull mcr.microsoft.com/dotnet/framework/aspnet:4.8.1`
77
* `4.8`
88
* `docker pull mcr.microsoft.com/dotnet/framework/aspnet:4.8`
9-
* `3.5`
10-
* `docker pull mcr.microsoft.com/dotnet/framework/aspnet:3.5`
119

1210
## About
1311

README.runtime.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* `docker pull mcr.microsoft.com/dotnet/framework/runtime:4.8.1`
77
* `4.8`
88
* `docker pull mcr.microsoft.com/dotnet/framework/runtime:4.8`
9-
* `3.5`
10-
* `docker pull mcr.microsoft.com/dotnet/framework/runtime:3.5`
119

1210
## About
1311

README.sdk.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* `docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8.1`
77
* `4.8`
88
* `docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8`
9-
* `3.5`
10-
* `docker pull mcr.microsoft.com/dotnet/framework/sdk:3.5`
119

1210
## About
1311

eng/readme-templates/FeaturedTags.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@
1515
:* `4.8.1`
1616
* `docker pull mcr.microsoft.com/dotnet/framework/{{SHORT_REPO}}:4.8.1`
1717
* `4.8`
18-
* `docker pull mcr.microsoft.com/dotnet/framework/{{SHORT_REPO}}:4.8`{{if SHORT_REPO != "wcf":
19-
* `3.5`
20-
* `docker pull mcr.microsoft.com/dotnet/framework/{{SHORT_REPO}}:3.5`}}}}
18+
* `docker pull mcr.microsoft.com/dotnet/framework/{{SHORT_REPO}}:4.8`}}

0 commit comments

Comments
 (0)