mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
add dotnet-core 5.0 (#2049)
This commit is contained in:
committed by
GitHub
parent
3c7eed569a
commit
bcfa5eb226
@@ -219,7 +219,8 @@
|
||||
"versions": [
|
||||
"2.1",
|
||||
"3.0",
|
||||
"3.1"
|
||||
"3.1",
|
||||
"5.0"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -136,7 +136,8 @@
|
||||
"dotnet": {
|
||||
"versions": [
|
||||
"2.1",
|
||||
"3.1"
|
||||
"3.1",
|
||||
"5.0"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user