Skip to content

Commit

Permalink
Merge pull request #97 from difi/common-logging
Browse files Browse the repository at this point in the history
Revert log4net instead of Common.logging.
  • Loading branch information
johnksv authored Mar 2, 2021
2 parents f16f4f5 + e8adad5 commit c184229
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.12"/>
<PackageReference Include="Common.Logging" Version="3.4.1"/>
</ItemGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Difi.Oppslagstjeneste.Klient.Testklient/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Reflection;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using Common.Logging;
using Difi.Oppslagstjeneste.Klient.Domene.Entiteter.Enums;
using log4net;

namespace Difi.Oppslagstjeneste.Klient.Testklient
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Difi.Felles.Utility.Resources" Version="5.0.1"/>
<PackageReference Include="Digipost.Api.Client.Shared" Version="7.0.1"/>
<PackageReference Include="Difi.Felles.Utility" Version="5.0.1"/>
<PackageReference Include="log4net" Version="2.0.12"/>
<PackageReference Include="Common.Logging" Version="3.4.1"/>
</ItemGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Difi.Oppslagstjeneste.Klient/OppslagstjenesteHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using Common.Logging;
using Difi.Oppslagstjeneste.Klient.Domene.Exceptions;
using Difi.Oppslagstjeneste.Klient.Envelope;
using Difi.Oppslagstjeneste.Klient.Handlers;
using Difi.Oppslagstjeneste.Klient.Svar;
using Difi.Oppslagstjeneste.Klient.Utilities;
using Difi.Oppslagstjeneste.Klient.XmlValidation;
using log4net;

namespace Difi.Oppslagstjeneste.Klient
{
Expand Down
2 changes: 1 addition & 1 deletion Difi.Oppslagstjeneste.Klient/OppslagstjenesteKlient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Common.Logging;
using Difi.Oppslagstjeneste.Klient.Domene.Entiteter.Enums;
using Difi.Oppslagstjeneste.Klient.Domene.Entiteter.Svar;
using Difi.Oppslagstjeneste.Klient.Envelope;
using Difi.Oppslagstjeneste.Klient.Scripts.XsdToCode.Code;
using Difi.Oppslagstjeneste.Klient.Security;
using Difi.Oppslagstjeneste.Klient.Svar;
using log4net;
using Person = Difi.Oppslagstjeneste.Klient.Domene.Entiteter.Person;

namespace Difi.Oppslagstjeneste.Klient
Expand Down

0 comments on commit c184229

Please sign in to comment.