提交 0397825c 编写于 作者: E Eugene Auduchinok 提交者: Phillip Carter

Fix parsing default language version (#7721)

上级 0dc21fae
......@@ -61,7 +61,7 @@ type LanguageVersion (specifiedVersion) =
match specifiedVersion with
| "?" -> 0m
| "preview" -> previewVersion
| "default" -> latestVersion
| "default" -> defaultVersion
| "latest" -> latestVersion
| "latestmajor" -> latestMajorVersion
| _ ->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册