Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Feb 13, 2017
1 parent f5ae0c9 commit 0be1d88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Source/CakeMail.RestClient.UnitTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

"dependencies": {
"CakeMail.RestClient": { "target": "project" },
"xunit": "2.2.0-beta5-build3474",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Moq": "4.6.38-alpha",
"Shouldly": "2.8.2",
"RichardSzalay.MockHttp": "1.4.1"
"RichardSzalay.MockHttp": "1.4.1",
"xunit": "2.2.0-rc1-build3507"
},

"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion Source/CakeMail.RestClient/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Reflection.TypeExtensions": "4.1.0"
"System.Reflection.TypeExtensions": "4.3.0"
}
},
"net452": {
Expand Down
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Install addins.
#addin "nuget:?package=Cake.Coveralls&version=0.2.0"
#addin "nuget:?package=Cake.Coveralls&version=0.4.0"

// Install tools.
#tool "nuget:?package=GitVersion.CommandLine&version=4.0.0-beta0009"
#tool "nuget:?package=GitReleaseManager&version=0.6.0"
#tool "nuget:?package=OpenCover&version=4.6.519"
#tool "nuget:?package=ReportGenerator&version=2.5.2"
#tool "nuget:?package=coveralls.io&version=1.3.4"
#tool "nuget:?package=xunit.runner.console&version=2.2.0-beta5-build3474"
#tool "nuget:?package=xunit.runner.console&version=2.2.0-rc1-build3507"
///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 0be1d88

Please sign in to comment.