[Ubuntu] .NET 5.x has been removed (#7029)

This commit is contained in:
Fedor Varavenko
2023-02-02 14:36:36 +01:00
committed by GitHub
parent aaf13dc3c2
commit 30bde95314
2 changed files with 0 additions and 4 deletions

View File

@@ -257,12 +257,10 @@
"dotnet": {
"aptPackages": [
"dotnet-sdk-3.1",
"dotnet-sdk-5.0",
"dotnet-sdk-6.0"
],
"versions": [
"3.1",
"5.0",
"6.0"
],
"tools": [

View File

@@ -258,13 +258,11 @@
"dotnet": {
"aptPackages": [
"dotnet-sdk-3.1",
"dotnet-sdk-5.0",
"dotnet-sdk-6.0",
"dotnet-sdk-7.0"
],
"versions": [
"3.1",
"5.0",
"6.0",
"7.0"
],