diff --git a/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj b/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj index 0f903cea3..d4574f909 100644 --- a/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj +++ b/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj @@ -133,7 +133,7 @@ - + diff --git a/dotnet/src/dotnetcore/GxPdfReportsCS.Itext4/GxPdfReportsCS.Itext4.csproj b/dotnet/src/dotnetcore/GxPdfReportsCS.Itext4/GxPdfReportsCS.Itext4.csproj index 4830fca02..9aef3580a 100644 --- a/dotnet/src/dotnetcore/GxPdfReportsCS.Itext4/GxPdfReportsCS.Itext4.csproj +++ b/dotnet/src/dotnetcore/GxPdfReportsCS.Itext4/GxPdfReportsCS.Itext4.csproj @@ -15,7 +15,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/dotnet/src/dotnetframework/GxClasses/Core/gxconfig.cs b/dotnet/src/dotnetframework/GxClasses/Core/gxconfig.cs index ca7010b4a..66f648cfc 100644 --- a/dotnet/src/dotnetframework/GxClasses/Core/gxconfig.cs +++ b/dotnet/src/dotnetframework/GxClasses/Core/gxconfig.cs @@ -457,7 +457,7 @@ private static string NormalizeLanguageName(string langCode) #if NETCORE public static IConfiguration ConfigRoot { get ; set; } const string Log4NetShortName = "log4net"; - static Version Log4NetVersion = new Version(3, 3, 0, 0); + static Version Log4NetVersion = new Version(3, 3, 1, 0); const string ConfigurationManagerBak = "System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"; const string ConfigurationManagerFileName = "System.Configuration.ConfigurationManager.dll"; @@ -504,7 +504,7 @@ private static Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEven #else static Dictionary AssemblyRedirect = new Dictionary { - {"log4net", new Version(3, 3, 0, 0) }, + {"log4net", new Version(3, 3, 1, 0) }, { "System.Threading.Tasks.Extensions", new Version(4, 2, 0, 1) }, { "System.Runtime.CompilerServices.Unsafe", new Version(4, 0, 4, 1) }, { "System.Buffers", new Version(4, 0, 5, 0)}, diff --git a/dotnet/src/dotnetframework/GxClasses/GxClasses.csproj b/dotnet/src/dotnetframework/GxClasses/GxClasses.csproj index 903cec315..2d9712b21 100644 --- a/dotnet/src/dotnetframework/GxClasses/GxClasses.csproj +++ b/dotnet/src/dotnetframework/GxClasses/GxClasses.csproj @@ -20,7 +20,7 @@ - +