remove dotnet-core 5.0

This commit is contained in:
Dibir Magomedsaygitov
2020-11-10 16:02:17 +03:00
parent 7f98841545
commit 3fcc00e234
3 changed files with 6 additions and 12 deletions

View File

@@ -192,14 +192,12 @@
"dotnet": {
"aptPackages": [
"dotnet-sdk-3.0",
"dotnet-sdk-3.1",
"dotnet-sdk-5.0"
"dotnet-sdk-3.1"
],
"versions": [
"2.1",
"3.0",
"3.1",
"5.0"
"3.1"
]
}
}

View File

@@ -196,14 +196,12 @@
"dotnet": {
"aptPackages": [
"dotnet-sdk-3.0",
"dotnet-sdk-3.1",
"dotnet-sdk-5.0"
"dotnet-sdk-3.1"
],
"versions": [
"2.1",
"3.0",
"3.1",
"5.0"
"3.1"
]
}
}

View File

@@ -169,13 +169,11 @@
],
"dotnet": {
"aptPackages": [
"dotnet-sdk-3.1",
"dotnet-sdk-5.0"
"dotnet-sdk-3.1"
],
"versions": [
"2.1",
"3.1",
"5.0"
"3.1"
]
}
}