Skip to content

Commit 0fcbe81

Browse files
dgrove-ossrabbah
authored andcommitted
add dotnet:3.1 runtime kind (#4792)
1 parent 662da83 commit 0fcbe81

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ansible/files/runtimes.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,21 @@
217217
"attachmentName": "codefile",
218218
"attachmentType": "text/plain"
219219
}
220+
},
221+
{
222+
"kind": "dotnet:3.1",
223+
"default": false,
224+
"deprecated": false,
225+
"requireMain": true,
226+
"image": {
227+
"prefix": "openwhisk",
228+
"name": "action-dotnet-v3.1",
229+
"tag": "nightly"
230+
},
231+
"attached": {
232+
"attachmentName": "codefile",
233+
"attachmentType": "text/plain"
234+
}
220235
}
221236
],
222237
"ballerina": [

0 commit comments

Comments
 (0)