File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
<description >Code Analyzer based on Omnisharp</description >
17
17
18
18
<properties >
19
- <!-- The following properties should match https://github.com/SonarSource/ sonar-dotnet/blob/master/pom.xml#L58 for the given analyzer version -->
20
- <sonar .analyzer.commons>2.12 .0.2964 </sonar .analyzer.commons>
21
- <sonar .version>10.10 .0.2391 </sonar .version>
22
- <sonar .api.impl.version>10.6 .0.92116 </sonar .api.impl.version>
19
+ <!-- The following properties should match the pom.xml of sonar-dotnet for the given analyzer version -->
20
+ <sonar .analyzer.commons>2.16 .0.3141 </sonar .analyzer.commons>
21
+ <sonar .version>10.13 .0.2560 </sonar .version>
22
+ <sonar .api.impl.version>10.7 .0.96327 </sonar .api.impl.version>
23
23
<maven .test.redirectTestOutputToFile>true</maven .test.redirectTestOutputToFile>
24
24
<sonarAnalyzer .directory>${project.build.directory} /analyzer</sonarAnalyzer .directory>
25
25
<servicesDll .directory>${project.build.directory} /services</servicesDll .directory>
Original file line number Diff line number Diff line change 45
45
<sonarlint-core .version>10.10.0.79500</sonarlint-core .version>
46
46
<jdk .min.version>11</jdk .min.version>
47
47
<omnisharp .version>1.39.10</omnisharp .version>
48
- <analyzer .version>10.2 .0.103721 </analyzer .version>
48
+ <analyzer .version>10.3 .0.106239 </analyzer .version>
49
49
</properties >
50
50
51
51
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments