-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update embedded JavaScript analyzer to 9.11.0.20161 (#3341)
Fxies #3334
- Loading branch information
duncanp-sonar
committed
Nov 23, 2022
1 parent
8941a8a
commit 32fd24d
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<!-- Manually set the version of the SonarC# and VB analyzers to embed. | ||
NB we assume that the SonarC# and SonarVB NuGet packages have the same version number. --> | ||
<PropertyGroup> | ||
<!-- Note: don't forget to upload the new packages to the package feed when changing | ||
the SonarAnalyzer version --> | ||
<EmbeddedSonarAnalyzerVersion>8.49.0.57237</EmbeddedSonarAnalyzerVersion> | ||
<EmbeddedSonarCFamilyAnalyzerVersion>6.39.0.60440</EmbeddedSonarCFamilyAnalyzerVersion> | ||
<EmbeddedSonarJSAnalyzerVersion>9.9.0.19492</EmbeddedSonarJSAnalyzerVersion> | ||
<EmbeddedSonarJSAnalyzerVersion>9.11.0.20161</EmbeddedSonarJSAnalyzerVersion> | ||
<EmbeddedSonarSecretsAnalyzerVersion>1.0.3</EmbeddedSonarSecretsAnalyzerVersion> | ||
</PropertyGroup> | ||
|
||
</Project> |