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:23:32 UTC

[avro] branch master updated: Bump System.CodeDom from 4.4.0 to 6.0.0 in /lang/csharp (#1401)

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 2a0c263  Bump System.CodeDom from 4.4.0 to 6.0.0 in /lang/csharp (#1401)
2a0c263 is described below

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

    Bump System.CodeDom from 4.4.0 to 6.0.0 in /lang/csharp (#1401)
    
    Bumps [System.CodeDom](https://github.com/dotnet/runtime) from 4.4.0 to 6.0.0.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](https://github.com/dotnet/runtime/commits/v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: System.CodeDom
      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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/csharp/versions.props b/lang/csharp/versions.props
index fc43283..93c56af 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -27,7 +27,7 @@
   -->
   <PropertyGroup Label="Latest Package Versions">
     <NewtonsoftJsonVersion>12.0.3</NewtonsoftJsonVersion>
-    <SystemCodeDomVersion>5.0.0</SystemCodeDomVersion>
+    <SystemCodeDomVersion>6.0.0</SystemCodeDomVersion>
     <SystemReflectionVersion>4.3.0</SystemReflectionVersion>
     <SystemReflectionEmitILGenerationVersion>4.7.0</SystemReflectionEmitILGenerationVersion>
     <SystemReflectionEmitLightweightVersion>4.7.0</SystemReflectionEmitLightweightVersion>
@@ -42,7 +42,7 @@
   -->
   <PropertyGroup Label="Minimum Package Versions">
     <NewtonsoftJsonMinimumVersion>10.0.3</NewtonsoftJsonMinimumVersion>
-    <SystemCodeDomMinimumVersion>4.4.0</SystemCodeDomMinimumVersion>
+    <SystemCodeDomMinimumVersion>6.0.0</SystemCodeDomMinimumVersion>
     <SystemReflectionMinimumVersion>4.3.0</SystemReflectionMinimumVersion>
     <SystemReflectionEmitILGenerationMinimumVersion>4.7.0</SystemReflectionEmitILGenerationMinimumVersion>
     <SystemReflectionEmitLightweightMinimumVersion>4.3.0</SystemReflectionEmitLightweightMinimumVersion>