remove dotnet-core 5.0

This commit is contained in:
Dibir Magomedsaygitov
2020-11-10 15:57:29 +03:00
parent 30c295f823
commit 7bf2707ac2
2 changed files with 2 additions and 4 deletions

View File

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

View File

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