Skip to content

Commit

Permalink
Upgrade build tools and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Jan 27, 2017
1 parent ba66b16 commit e0dd273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/StrongGrid.UnitTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"dependencies": {
"StrongGrid": { "target": "project" },
"xunit": "2.2.0-beta4-build3444",
"xunit": "2.2.0-beta5-build3474",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"RichardSzalay.MockHttp": "1.3.1",
"Moq": "4.6.38-alpha",
Expand Down
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#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.0"
#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.1.0"
#tool "nuget:?package=xunit.runner.console&version=2.2.0-beta5-build3474"


///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit e0dd273

Please sign in to comment.