add dotnet-core 5.0 (#2048)

This commit is contained in:
Dibir Magomedsaygitov
2020-12-04 10:22:12 +03:00
committed by GitHub
parent db676f65e8
commit ae1a1607b0
3 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

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