diff --git a/.gitignore b/.gitignore index 7102f91..5f8ece4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ _TeamCity* *.user *.ncrunchsolution *.nupkg +.vs #nuget /packages/ diff --git a/paket.dependencies b/paket.dependencies index 7267639..49443a1 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -3,8 +3,8 @@ content: none source http://artrepo.daptiv.com/artifactory/api/nuget/nuget-virtual -nuget Common.Logging 2.2.0 -nuget Common.Logging.Core 2.2.0 +nuget Common.Logging ~> 3.4 +nuget Common.Logging.Core ~> 3.4 nuget FluentAssertions 3.2.1 nuget log4net 1.2.10 nuget Moq 4.2.1409.1722 diff --git a/paket.lock b/paket.lock index 381d54b..e2825aa 100644 --- a/paket.lock +++ b/paket.lock @@ -2,11 +2,13 @@ CONTENT: NONE RESTRICTION: == net48 NUGET remote: http://artrepo.daptiv.com/artifactory/api/nuget/nuget-virtual - Common.Logging (2.2.0) - Common.Logging.Core - Common.Logging.Core (2.2.0) + Common.Logging (3.4.1) + Common.Logging.Core (>= 3.4.1) + Common.Logging.Core (3.4.1) + Microsoft.CSharp (>= 4.0.1) FluentAssertions (3.2.1) log4net (1.2.10) + Microsoft.CSharp (4.7.0) Moq (4.2.1409.1722) NuGet.CommandLine (5.8.1) NUnit (2.6.3)