add dotnet-core 5.0 (#2049)

This commit is contained in:
Dibir Magomedsaygitov
2020-12-09 09:20:33 +03:00
committed by GitHub
parent 3c7eed569a
commit bcfa5eb226
2 changed files with 4 additions and 2 deletions

View File

@@ -219,7 +219,8 @@
"versions": [
"2.1",
"3.0",
"3.1"
"3.1",
"5.0"
]
}
}

View File

@@ -136,7 +136,8 @@
"dotnet": {
"versions": [
"2.1",
"3.1"
"3.1",
"5.0"
]
}
}