Skip to content

Commit

Permalink
Updated dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsubra committed Dec 17, 2021
1 parent 82fd3b6 commit bd2a5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 bd2a5c3

Please sign in to comment.