Skip to content

Commit

Permalink
Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonbrett committed Jan 3, 2017
1 parent 06e6bde commit 8f3fde1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
8 changes: 4 additions & 4 deletions BlackVueDownloader.PCL/project.json
Expand Up @@ -5,11 +5,11 @@
"description": "BlackVueDownloader Library - Video file Dashcam Downloader services layer",
"version": "1.0.0-*",
"dependencies": {
"Flurl.Http": "1.0.3",
"NETStandard.Library": "1.6.0",
"Newtonsoft.Json": "9.0.1",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Net.Http": "4.1.0"
"Flurl.Http": "1.1.1",
"System.Net.Http": "4.3.0",
"System.Runtime.Serialization.Primitives": "4.3.0",
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netcoreapp1.0": {
Expand Down
10 changes: 5 additions & 5 deletions BlackVueDownloader.Tests/project.json
Expand Up @@ -10,11 +10,11 @@
"xunit.runner.visualstudio": "2.2.0-beta2-build1149",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.NETCore.App": "1.0.2",
"Microsoft.Win32.Primitives": "4.0.2-beta-24302-03",
"System.Collections.Concurrent": "4.0.13-beta-24302-03",
"System.Diagnostics.TraceSource": "4.0.0",
"Flurl.Http": "1.0.3"
"Flurl.Http": "1.1.1",
"Microsoft.NETCore.App": "1.1.0",
"Microsoft.Win32.Primitives": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Diagnostics.TraceSource": "4.3.0"
},
"testRunner": "xunit",
"frameworks": {
Expand Down
3 changes: 1 addition & 2 deletions BlackVueDownloader/project.json
Expand Up @@ -13,8 +13,7 @@
"target": "project",
"version": "1.0.0-*"
},
"Microsoft.NETCore.App": "1.0.2"
},
"Microsoft.NETCore.App": "1.1.0" },

"frameworks": {
"netcoreapp1.0": {
Expand Down

0 comments on commit 8f3fde1

Please sign in to comment.