Update .NET 8 p6 to p7 in the installer table

This commit is contained in:
Jason Zhai 2023-07-24 19:53:06 -07:00
parent 9e32b1a1bc
commit 7e1a0c781b
2 changed files with 81 additions and 81 deletions

View file

@ -9,9 +9,9 @@ let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(8.0.x&nbsp;Runtime)"
AkaMsChannel = Some("8.0.1xx/daily") }
{ GitBranchName = "release/8.0.1xx-preview6"
DisplayName = "8.0.1xx-preview6<br>(8.0-preview6&nbsp;Runtime)"
AkaMsChannel = Some("8.0.1xx-preview6/daily") }
{ GitBranchName = "release/8.0.1xx-preview7"
DisplayName = "8.0.1xx-preview7<br>(8.0-preview7&nbsp;Runtime)"
AkaMsChannel = Some("8.0.1xx-preview7/daily") }
{ GitBranchName = "release/7.0.4xx"
DisplayName = "Release/7.0.4xx<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.4xx/daily") }]