Skip to content

Commit

Permalink
Adding .Net Core 2.0 option for Linux built-in containers (fixes #225…
Browse files Browse the repository at this point in the history
…4) (#2265)
  • Loading branch information
andimarc authored and ahmelsayed committed Jan 29, 2018
1 parent aa2c23c commit d9cf26a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ export class LinuxConstants {
displayVersion: "1.1",
runtimeVersion: "1.1",
isDefault: false,
},
{
displayVersion: "2.0",
runtimeVersion: "2.0",
isDefault: false,
}
]
}
Expand Down

0 comments on commit d9cf26a

Please sign in to comment.