Skip to content

Commit

Permalink
Updated dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsubra committed Jan 18, 2022
1 parent fd99a63 commit b34d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const configPrefix = 'azureResourceManagerTools'; // Prefix for user sett
export const langServerDotnetVersion = '6.0';
// The dotnet version to download and run the language server against (minor version
// may be greater than langServerDotnetVersion)
export const downloadDotnetVersion = '3.1';
export const downloadDotnetVersion = '6.0';

export namespace configKeys {
export const autoDetectJsonTemplates = 'autoDetectJsonTemplates';
Expand Down

0 comments on commit b34d351

Please sign in to comment.