[Ubuntu] Remove .Net 3.1 as its EOL (#7812)

This commit is contained in:
Erik Bershel
2023-06-29 18:40:46 +02:00
committed by GitHub
parent cdac016c21
commit 8f4a6df4b2

View File

@@ -263,12 +263,10 @@
],
"dotnet": {
"aptPackages": [
"dotnet-sdk-3.1",
"dotnet-sdk-6.0",
"dotnet-sdk-7.0"
],
"versions": [
"3.1",
"6.0",
"7.0"
],