[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

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"
]

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"
]