From 8f3fde194efdc7a6f13b199f840721f1d5efdd6e Mon Sep 17 00:00:00 2001 From: Brett Morrison Date: Mon, 2 Jan 2017 20:46:25 -0800 Subject: [PATCH] Updated libraries --- BlackVueDownloader.PCL/project.json | 8 ++++---- BlackVueDownloader.Tests/project.json | 10 +++++----- BlackVueDownloader/project.json | 3 +-- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/BlackVueDownloader.PCL/project.json b/BlackVueDownloader.PCL/project.json index 9849459..a62548d 100644 --- a/BlackVueDownloader.PCL/project.json +++ b/BlackVueDownloader.PCL/project.json @@ -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": { diff --git a/BlackVueDownloader.Tests/project.json b/BlackVueDownloader.Tests/project.json index 054cfdc..05807a7 100644 --- a/BlackVueDownloader.Tests/project.json +++ b/BlackVueDownloader.Tests/project.json @@ -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": { diff --git a/BlackVueDownloader/project.json b/BlackVueDownloader/project.json index 4c1f143..8dc4fcc 100644 --- a/BlackVueDownloader/project.json +++ b/BlackVueDownloader/project.json @@ -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": {