Skip to content

Commit

Permalink
Merge pull request #166 from aws/supported-versions-net8
Browse files Browse the repository at this point in the history
Update SupportedVersion.json to include .NET 8
  • Loading branch information
cslong committed Feb 21, 2024
2 parents 66f5b13 + 71ec1f3 commit 3b40096
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions ClientConfiguration/SupportedVersion.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,35 @@
{
"FormatVersion": "1.0",
"Versions": [
{
"DisplayName": ".NET 8 (Microsoft LTS)",
"TargetFrameworkMoniker": "net8.0",
"RequiredVisualStudioVersion": "17.7.0",
"RecommendOrder": "1"
},
{
"DisplayName": ".NET 7 (Standard Term Support)",
"TargetFrameworkMoniker": "net7.0",
"RequiredVisualStudioVersion": "17.4.0",
"RecommendOrder": "1"
"RecommendOrder": "2"
},
{
"DisplayName": ".NET 6 (Microsoft LTS)",
"TargetFrameworkMoniker": "net6.0",
"RequiredVisualStudioVersion": "17.0.0",
"RecommendOrder": "2"
"RecommendOrder": "3"
},
{
"DisplayName": ".NET Core 3.1 (Microsoft LTS)",
"TargetFrameworkMoniker": "netcoreapp3.1",
"RequiredVisualStudioVersion": "16.0.0",
"RecommendOrder": "3"
"RecommendOrder": "4"
},
{
"DisplayName": ".NET 5 (Microsoft out of support)",
"TargetFrameworkMoniker": "net5.0",
"RequiredVisualStudioVersion": "16.0.0",
"RecommendOrder": "4"
"RecommendOrder": "5"
}
]
}

0 comments on commit 3b40096

Please sign in to comment.