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/10 13:49:37 UTC

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

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 a741b2c  Bump System.Reflection.Emit.ILGeneration in /lang/csharp (#1125)
a741b2c is described below

commit a741b2c6e368a5fd3eddf97af1b82c45c84a333d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 10 15:49:03 2022 +0200

    Bump System.Reflection.Emit.ILGeneration in /lang/csharp (#1125)
    
    Bumps [System.Reflection.Emit.ILGeneration](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 751617e..e897d6b 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -44,7 +44,7 @@
     <NewtonsoftJsonMinimumVersion>10.0.3</NewtonsoftJsonMinimumVersion>
     <SystemCodeDomMinimumVersion>4.4.0</SystemCodeDomMinimumVersion>
     <SystemReflectionMinimumVersion>4.3.0</SystemReflectionMinimumVersion>
-    <SystemReflectionEmitILGenerationMinimumVersion>4.3.0</SystemReflectionEmitILGenerationMinimumVersion>
+    <SystemReflectionEmitILGenerationMinimumVersion>4.7.0</SystemReflectionEmitILGenerationMinimumVersion>
     <SystemReflectionEmitLightweightMinimumVersion>4.3.0</SystemReflectionEmitLightweightMinimumVersion>
   </PropertyGroup>