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 07:22:01 UTC

[avro] branch master updated: Bump Microsoft.Build.Framework from 16.8.0 to 17.0.0 in /lang/csharp (#1399)

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 aa890d2  Bump Microsoft.Build.Framework from 16.8.0 to 17.0.0 in /lang/csharp (#1399)
aa890d2 is described below

commit aa890d29419511135aa13d1e95dcae2922b2912a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 11 09:21:27 2022 +0200

    Bump Microsoft.Build.Framework from 16.8.0 to 17.0.0 in /lang/csharp (#1399)
    
    Bumps [Microsoft.Build.Framework](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.Framework
      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>
---
 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 26e8920..fc43283 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -52,7 +52,7 @@
     These packages are used for building, testing and code analysis. Most likely they are safe to upgrade
   -->
   <PropertyGroup Label="Build, Test, Code Analysis Package Versions">
-    <MicrosoftBuildFrameworkVersion>16.8.0</MicrosoftBuildFrameworkVersion>
+    <MicrosoftBuildFrameworkVersion>17.0.0</MicrosoftBuildFrameworkVersion>
     <MicrosoftBuildUtilitiesCoreVersion>16.8.0</MicrosoftBuildUtilitiesCoreVersion>
     <MicrosoftCodeAnalysisNetAnalyzersVersion>6.0.0</MicrosoftCodeAnalysisNetAnalyzersVersion>
     <MicrosoftNETTestSdkVersion>17.0.0</MicrosoftNETTestSdkVersion>