[ubuntu, macos] Remove dotnet 3.0 (#2782)

This commit is contained in:
Vladimir Safonkin
2021-02-24 19:34:54 +03:00
committed by GitHub
parent 09ea8edb54
commit d707864e45
3 changed files with 0 additions and 5 deletions
-2
View File
@@ -236,13 +236,11 @@
},
"dotnet": {
"aptPackages": [
"dotnet-sdk-3.0",
"dotnet-sdk-3.1",
"dotnet-sdk-5.0"
],
"versions": [
"2.1",
"3.0",
"3.1",
"5.0"
]
-2
View File
@@ -239,13 +239,11 @@
],
"dotnet": {
"aptPackages": [
"dotnet-sdk-3.0",
"dotnet-sdk-3.1",
"dotnet-sdk-5.0"
],
"versions": [
"2.1",
"3.0",
"3.1",
"5.0"
]
-1
View File
@@ -275,7 +275,6 @@
"dotnet": {
"versions": [
"2.1",
"3.0",
"3.1",
"5.0"
]