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 9771a3f7a4 Bump Microsoft.Build.Framework and 
Microsoft.Build.Utilities.Core (#3690)
9771a3f7a4 is described below

commit 9771a3f7a437871bf9d3a0721fb511510346734e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 23:07:25 2026 +0200

    Bump Microsoft.Build.Framework and Microsoft.Build.Utilities.Core (#3690)
    
    Bumps Microsoft.Build.Framework from 18.3.3 to 18.4.0
    Bumps Microsoft.Build.Utilities.Core from 18.3.3 to 18.4.0
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Build.Framework
      dependency-version: 18.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: Microsoft.Build.Utilities.Core
      dependency-version: 18.4.0
      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 e30d08c78e..12cc592a63 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -61,8 +61,8 @@
     <BenchmarkDotNetVersion>0.15.8</BenchmarkDotNetVersion>
     <CoverletCollectorVersion>8.0.0</CoverletCollectorVersion>
     <CoverletMSBuildVersion>8.0.0</CoverletMSBuildVersion>
-    <MicrosoftBuildFrameworkVersion>18.3.3</MicrosoftBuildFrameworkVersion>
-    
<MicrosoftBuildUtilitiesCoreVersion>18.3.3</MicrosoftBuildUtilitiesCoreVersion>
+    <MicrosoftBuildFrameworkVersion>18.4.0</MicrosoftBuildFrameworkVersion>
+    
<MicrosoftBuildUtilitiesCoreVersion>18.4.0</MicrosoftBuildUtilitiesCoreVersion>
     <MicrosoftCodeAnalysisVersion>4.7.0</MicrosoftCodeAnalysisVersion>
     
<MicrosoftCodeAnalysisCSharpVersion>4.7.0</MicrosoftCodeAnalysisCSharpVersion>
     
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>4.7.0</MicrosoftCodeAnalysisCSharpCodeStyleVersion>

Reply via email to