Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da20e2c

Browse files
authoredJan 10, 2025··
Update dependency SonarAnalyzer.CSharp to v10
1 parent d230f1e commit da20e2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎Boot.Metrics/Boot.Metrics.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="OpenTelemetry.Instrumentation.Process" Version="0.5.0-beta.7"/>
2727
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0"/>
2828
<!-- Code style libraries -->
29-
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" PrivateAssets="all"/>
29+
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.5.0.109200" PrivateAssets="all"/>
3030
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="all"/>
3131
<AdditionalFiles Include="../stylecop.json"/>
3232
</ItemGroup>

‎Boot.Metrics/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
},
8383
"SonarAnalyzer.CSharp": {
8484
"type": "Direct",
85-
"requested": "[9.32.0.97167, )",
86-
"resolved": "9.32.0.97167",
87-
"contentHash": "Yxk86RV+8ynJpUhku1Yw2hITFmnmXKkXJ73cIFSy85ol5SnWREQg9RuTyV8nI7V7+pyLKpCfRmD7P0widsgjkg=="
85+
"requested": "[10.5.0.109200, )",
86+
"resolved": "10.5.0.109200",
87+
"contentHash": "yS8uepqf+HwSEZtkJR7O4siqfyGKX4Lu7mIB6TTppy59czq7qkFjZ+fB7NTRZg8a/Pu7tvwVhpEMcxUTiQZmSw=="
8888
},
8989
"StyleCop.Analyzers": {
9090
"type": "Direct",

0 commit comments

Comments
 (0)
Please sign in to comment.