You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/01/11 08:19:08 UTC

[avro] branch master updated: Bump Microsoft.Build.Utilities.Core in /lang/csharp (#1400)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new f4ad908  Bump Microsoft.Build.Utilities.Core in /lang/csharp (#1400)
f4ad908 is described below

commit f4ad908608279c760b3a08390fe6f6c719a773e8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 11 10:19:03 2022 +0200

    Bump Microsoft.Build.Utilities.Core in /lang/csharp (#1400)
    
    Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 16.8.0 to 17.0.0.
    - [Release notes](https://github.com/dotnet/msbuild/releases)
    - [Commits](https://github.com/dotnet/msbuild/commits/v17.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Build.Utilities.Core
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Martin Grigorov <ma...@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 93c56af..8f6c7c2 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -53,7 +53,7 @@
   -->
   <PropertyGroup Label="Build, Test, Code Analysis Package Versions">
     <MicrosoftBuildFrameworkVersion>17.0.0</MicrosoftBuildFrameworkVersion>
-    <MicrosoftBuildUtilitiesCoreVersion>16.8.0</MicrosoftBuildUtilitiesCoreVersion>
+    <MicrosoftBuildUtilitiesCoreVersion>17.0.0</MicrosoftBuildUtilitiesCoreVersion>
     <MicrosoftCodeAnalysisNetAnalyzersVersion>6.0.0</MicrosoftCodeAnalysisNetAnalyzersVersion>
     <MicrosoftNETTestSdkVersion>17.0.0</MicrosoftNETTestSdkVersion>
     <NUnitVersion>3.13.2</NUnitVersion>