Skip to content

Commit 02a050e

Browse files
The reference to the log4net package is no longer necessary for projects that use GxClasses.csproj.
1 parent a33caaa commit 02a050e

File tree

23 files changed

+6
-36
lines changed

23 files changed

+6
-36
lines changed

dotnet/src/dotnetcore/DynService/OData/DynServiceOData.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</ItemGroup>
1414
<ItemGroup>
1515
<PackageReference Include="GeneXus.Odata.Client" Version="5.2.3.8" />
16-
<PackageReference Include="log4net" Version="2.0.15" />
1716
</ItemGroup>
1817
<ItemGroup>
1918
<ProjectReference Include="..\..\GxClasses\GxClasses.csproj" />

dotnet/src/dotnetcore/GxClasses.Web/GxClasses.Web.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="log4net" Version="2.0.15" />
3332
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
3433
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
3534
</ItemGroup>

dotnet/src/dotnetcore/GxClasses/GxClasses.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net6.0</TargetFrameworks>

dotnet/src/dotnetcore/GxExcel/GxExcel.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="EPPlus" Version="4.5.3.2" />
20-
<PackageReference Include="log4net" Version="2.0.15" />
2120
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" />
2221
</ItemGroup>
2322

dotnet/src/dotnetcore/GxMail/GxMail.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
</ItemGroup>
6767

6868
<ItemGroup>
69-
<PackageReference Include="log4net" Version="2.0.15" />
7069
<PackageReference Include="MailKit" Version="3.1.1" />
7170
<PackageReference Include="Microsoft.Exchange.WebServices" Version="2.2.0" />
7271
<PackageReference Include="MimeKit" Version="3.1.1" />

dotnet/src/dotnetcore/GxOffice/GxOffice.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636

3737
<ItemGroup>
38-
<PackageReference Include="log4net" Version="2.0.15" />
3938
<PackageReference Include="NPOI" Version="2.5.6" />
4039
</ItemGroup>
4140

dotnet/src/dotnetcore/GxPdfReportsCS/GxPdfReportsCS.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
<ItemGroup>
2020
<PackageReference Include="itext7" Version="8.0.0" PrivateAssets="All" />
2121
<PackageReference Include="itext7.font-asian" Version="8.0.0" PrivateAssets="All" />
22-
<PackageReference Include="itext7.pdfhtml" Version="5.0.0" PrivateAssets="All"/>
22+
<PackageReference Include="itext7.pdfhtml" Version="5.0.0" PrivateAssets="All" />
2323

24-
<PackageReference Include="iTextSharp-LGPL" Version="4.1.6" PrivateAssets="All" />
25-
<PackageReference Include="log4net" Version="2.0.15" />
24+
<PackageReference Include="iTextSharp-LGPL" Version="4.1.6" PrivateAssets="All" />
2625
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
2726
<PrivateAssets>all</PrivateAssets>
2827
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

dotnet/src/dotnetcore/GxSearch/GxSearch.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="log4net" Version="2.0.15" />
2423
<PackageReference Include="Lucene.Net" Version="3.0.3" />
2524
<PackageReference Include="Lucene.Net.Contrib" Version="3.0.3" />
2625
<PackageReference Include="NUglify" Version="1.16.4" />

dotnet/src/dotnetcore/Providers/Cache/GxMemcached/GxMemcached.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="EnyimMemcachedCore" Version="2.5.3" />
18-
<PackageReference Include="log4net" Version="2.0.15" />
1918
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
2019
</ItemGroup>
2120

dotnet/src/dotnetcore/Providers/Cache/GxRedis/GxRedis.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<Compile Include="..\..\..\..\dotnetframework\Providers\Cache\GxRedis\GxRedis.cs" Link="GxRedis.cs" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<PackageReference Include="log4net" Version="2.0.15" />
2221
<PackageReference Include="StackExchange.Redis" Version="2.0.593" />
2322
</ItemGroup>
2423

0 commit comments

Comments
 (0)