Skip to content

Commit

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

"dependencies": {
"StrongGrid": { "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
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
1 change: 0 additions & 1 deletion nuspec/StrongGrid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<dependency id="HttpMultipartParser" version="2.2.0" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Pathoschild.Http.FluentClient" version="3.0.0" />
<dependency id="System.Net.Http" version="4.0.0" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="HttpMultipartParser" version="2.2.0" />
Expand Down

0 comments on commit 26d5cb8

Please sign in to comment.