This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 58d20aba36 Bump coverlet.msbuild from 6.0.4 to 8.0.0 (#3654)
58d20aba36 is described below
commit 58d20aba36aba606c416764a109b8de6d5baea35
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 08:38:53 2026 +0200
Bump coverlet.msbuild from 6.0.4 to 8.0.0 (#3654)
---
updated-dependencies:
- dependency-name: coverlet.msbuild
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lang/csharp/versions.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/csharp/versions.props b/lang/csharp/versions.props
index 6c577b7911..239d887e2b 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -60,7 +60,7 @@
<PropertyGroup Label="Build, Test, Code Analysis, Benchmark Package
Versions">
<BenchmarkDotNetVersion>0.15.8</BenchmarkDotNetVersion>
<CoverletCollectorVersion>8.0.0</CoverletCollectorVersion>
- <CoverletMSBuildVersion>6.0.4</CoverletMSBuildVersion>
+ <CoverletMSBuildVersion>8.0.0</CoverletMSBuildVersion>
<MicrosoftBuildFrameworkVersion>18.3.3</MicrosoftBuildFrameworkVersion>
<MicrosoftBuildUtilitiesCoreVersion>18.3.3</MicrosoftBuildUtilitiesCoreVersion>
<MicrosoftCodeAnalysisVersion>4.7.0</MicrosoftCodeAnalysisVersion>