Skip to content

Commit d9cf26a

Browse files
andimarcahmelsayed
authored andcommitted
Adding .Net Core 2.0 option for Linux built-in containers (fixes #2254) (#2265)
1 parent aa2c23c commit d9cf26a

File tree

1 file changed

+5
-0
lines changed
  • AzureFunctions.AngularClient/src/app/shared/models/arm

1 file changed

+5
-0
lines changed

AzureFunctions.AngularClient/src/app/shared/models/arm/stacks.ts

+5
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ export class LinuxConstants {
156156
displayVersion: "1.1",
157157
runtimeVersion: "1.1",
158158
isDefault: false,
159+
},
160+
{
161+
displayVersion: "2.0",
162+
runtimeVersion: "2.0",
163+
isDefault: false,
159164
}
160165
]
161166
}

0 commit comments

Comments
 (0)