You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by da...@apache.org on 2020/09/17 06:35:24 UTC

[logging-log4net] branch master updated: Remove unused dependency for netstandard2.0.

This is an automated email from the ASF dual-hosted git repository.

davydm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b0c79d  Remove unused dependency for netstandard2.0.
     new 0d2173d  Merge pull request #68 from Flexberry/fix-netstd2-deps
9b0c79d is described below

commit 9b0c79d4a1a894e80146f08ac66ba72357576b69
Author: Tsar Nikolay <ns...@ics.perm.ru>
AuthorDate: Mon Sep 14 12:28:00 2020 +0500

    Remove unused dependency for netstandard2.0.
---
 src/log4net/log4net.csproj | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/log4net/log4net.csproj b/src/log4net/log4net.csproj
index 62b1734..95bea2c 100644
--- a/src/log4net/log4net.csproj
+++ b/src/log4net/log4net.csproj
@@ -153,7 +153,6 @@
   </ItemGroup>
   <ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
     <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
-    <PackageReference Include="System.Reflection" Version="4.3.0" />
   </ItemGroup>
   <ItemGroup>
     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">