Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ _TeamCity*
*.user
*.ncrunchsolution
*.nupkg
.vs

#nuget
/packages/
Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down