Make 3.0 to maintenance mode after 3.1 LTS going live (#3951)

This commit is contained in:
Vivek Mishra 2019-12-03 11:21:38 -08:00 committed by GitHub
parent 5c0a0489d1
commit b5bb52ce31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"latest-release-date": "2019-11-19",
"latest-runtime": "3.0.1",
"latest-sdk": "3.0.101",
"support-phase": "current",
"support-phase": "maintenance",
"eol-date": null,
"lifecycle-policy": "https://www.microsoft.com/net/support/policy",
"releases": [

View file

@ -20,7 +20,7 @@
"latest-runtime": "3.0.1",
"latest-sdk": "3.0.101",
"product": ".NET Core",
"support-phase": "current",
"support-phase": "maintenance",
"eol-date": "2020-03-03",
"releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/3.0/releases.json"
},