Skip to content

Commit

Permalink
Merge pull request #131 from david-poindexter/update-versions
Browse files Browse the repository at this point in the history
Add latest versions to dropdown and resolve a dotnet related bug with `global.json`
  • Loading branch information
valadas authored Jun 18, 2023
2 parents 38a74e8 + 865cd2d commit 134a927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.400",
"rollForward": "latestMinor"
"rollForward": "latestMajor"
}
}
2 changes: 2 additions & 0 deletions module.web/src/data/dnn-versions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const dnnVersions: string[] = [
'All Versions',
'09.11.02',
'09.11.01',
'09.11.00',
'09.10.01',
'09.10.00',
Expand Down

0 comments on commit 134a927

Please sign in to comment.