Skip to content

Commit

Permalink
Update to dotnet 7.0 (#1627)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Weatherford <Stephen.Weatherford.com>
  • Loading branch information
StephenWeatherford authored Aug 25, 2023
1 parent d934142 commit 3777406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ export const configPrefix = 'azureResourceManagerTools'; // Prefix for user sett

// The dotnet version the language server is compiled against (affects where the
// assembly is found in the langServer folder)
export const langServerDotnetVersion = '6.0';
export const langServerDotnetVersion = '7.0';
// The dotnet version to download and run the language server against (minor version
// may be greater than langServerDotnetVersion)
export const downloadDotnetVersion = '6.0';
export const downloadDotnetVersion = '7.0';

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

0 comments on commit 3777406

Please sign in to comment.