Skip to content

Commit

Permalink
Merge 7f952b2 into 0933e9e
Browse files Browse the repository at this point in the history
  • Loading branch information
Allison Gruninger committed Sep 21, 2018
2 parents 0933e9e + 7f952b2 commit 831a883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class FunctionNewComponent extends FunctionAppContextComponent implements

public possibleRuntimes: DropDownElement<string>[] =
[{
displayLabel: 'C#',
displayLabel: '.NET',
value: 'dotnet',
},
{
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/site/quickstart/quickstart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class QuickstartComponent extends FunctionAppContextComponent implements
public runtime: string;
public possibleRuntimes: DropDownElement<string>[] =
[{
displayLabel: 'C#',
displayLabel: '.NET',
value: 'dotnet',
},
{
Expand Down

0 comments on commit 831a883

Please sign in to comment.