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/02/02 07:57:57 UTC

[avro] branch master updated: Bump System.Reflection.Emit.Lightweight in /lang/csharp (#1126)

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 a5436c5  Bump System.Reflection.Emit.Lightweight in /lang/csharp (#1126)
a5436c5 is described below

commit a5436c589d017a6670d6e65189f381f8d8c594c0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 2 09:57:48 2022 +0200

    Bump System.Reflection.Emit.Lightweight in /lang/csharp (#1126)
    
    Bumps [System.Reflection.Emit.Lightweight](https://github.com/dotnet/corefx) from 4.3.0 to 4.7.0.
    - [Release notes](https://github.com/dotnet/corefx/releases)
    - [Commits](https://github.com/dotnet/corefx/commits)
    
    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 27148e7..97ab2f2 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -45,7 +45,7 @@
     <SystemCodeDomMinimumVersion>6.0.0</SystemCodeDomMinimumVersion>
     <SystemReflectionMinimumVersion>4.3.0</SystemReflectionMinimumVersion>
     <SystemReflectionEmitILGenerationMinimumVersion>4.7.0</SystemReflectionEmitILGenerationMinimumVersion>
-    <SystemReflectionEmitLightweightMinimumVersion>4.3.0</SystemReflectionEmitLightweightMinimumVersion>
+    <SystemReflectionEmitLightweightMinimumVersion>4.7.0</SystemReflectionEmitLightweightMinimumVersion>
   </PropertyGroup>
 
   <!--