This is an automated email from the ASF dual-hosted git repository.
RyanSkraba pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git
commit b4f2bea6e1781788db49e38a07d9be5049642b99
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 15 20:23:02 2026 +0200
Bump Microsoft.Build.Framework and Microsoft.Build.Utilities.Core (#3820)
Bumps Microsoft.Build.Framework from 18.6.3 to 18.7.1
Bumps Microsoft.Build.Utilities.Core from 18.6.3 to 18.7.1
---
updated-dependencies:
- dependency-name: Microsoft.Build.Framework
dependency-version: 18.7.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: Microsoft.Build.Utilities.Core
dependency-version: 18.7.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lang/csharp/versions.props | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/csharp/versions.props b/lang/csharp/versions.props
index c74ca499e4..344f85f393 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -61,8 +61,8 @@
<BenchmarkDotNetVersion>0.15.8</BenchmarkDotNetVersion>
<CoverletCollectorVersion>10.0.1</CoverletCollectorVersion>
<CoverletMSBuildVersion>10.0.1</CoverletMSBuildVersion>
- <MicrosoftBuildFrameworkVersion>18.6.3</MicrosoftBuildFrameworkVersion>
-
<MicrosoftBuildUtilitiesCoreVersion>18.6.3</MicrosoftBuildUtilitiesCoreVersion>
+ <MicrosoftBuildFrameworkVersion>18.7.1</MicrosoftBuildFrameworkVersion>
+
<MicrosoftBuildUtilitiesCoreVersion>18.7.1</MicrosoftBuildUtilitiesCoreVersion>
<MicrosoftCodeAnalysisVersion>4.7.0</MicrosoftCodeAnalysisVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.7.0</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>4.7.0</MicrosoftCodeAnalysisCSharpCodeStyleVersion>