From 7ec689d3822131255274b73d8627a81d78b012f4 Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Thu, 14 Jul 2016 12:40:24 +0300 Subject: [PATCH] Update project.json to latest version of .net core --- src/BehavioralPatterns/project.json | 6 ++---- src/ChainOfResponssibility/project.json | 4 ++-- src/CommandPattern/project.json | 4 ++-- src/IteratorPattern/project.json | 6 +++--- src/MediatorPattern/project.json | 4 ++-- src/MememntoPattern/project.json | 8 ++++---- 6 files changed, 15 insertions(+), 17 deletions(-) diff --git a/src/BehavioralPatterns/project.json b/src/BehavioralPatterns/project.json index 3d641c8..db48985 100644 --- a/src/BehavioralPatterns/project.json +++ b/src/BehavioralPatterns/project.json @@ -6,7 +6,6 @@ "include": "../IteratorPattern/FileExample/SampleFiles/**" } }, - "dependencies": { "ChainOfResponssibility": "1.0.0-*", "CommandPattern": "1.0.0-*", @@ -15,7 +14,7 @@ "MememntoPattern": "1.0.0-*", "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-3002702" + "version": "1.0.0" }, "ObserverPattern": "1.0.0-*", "StatePattern": "1.0.0-*", @@ -23,10 +22,9 @@ "TemplatePattern": "1.0.0-*", "VisitorPattern": "1.0.0-*" }, - "frameworks": { "netcoreapp1.0": { "imports": "dnxcore50" } } -} +} \ No newline at end of file diff --git a/src/ChainOfResponssibility/project.json b/src/ChainOfResponssibility/project.json index ed8608d..9798930 100644 --- a/src/ChainOfResponssibility/project.json +++ b/src/ChainOfResponssibility/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027" + "NETStandard.Library": "1.6.0" }, "frameworks": { @@ -10,4 +10,4 @@ "imports": "dnxcore50" } } -} +} \ No newline at end of file diff --git a/src/CommandPattern/project.json b/src/CommandPattern/project.json index c4ee639..17a515f 100644 --- a/src/CommandPattern/project.json +++ b/src/CommandPattern/project.json @@ -4,7 +4,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-3002702" + "version": "1.0.0" } }, @@ -13,4 +13,4 @@ "imports": "dnxcore50" } } -} +} \ No newline at end of file diff --git a/src/IteratorPattern/project.json b/src/IteratorPattern/project.json index 8f8aaaf..9798930 100644 --- a/src/IteratorPattern/project.json +++ b/src/IteratorPattern/project.json @@ -1,8 +1,8 @@ -{ +{ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027" + "NETStandard.Library": "1.6.0" }, "frameworks": { @@ -10,4 +10,4 @@ "imports": "dnxcore50" } } -} +} \ No newline at end of file diff --git a/src/MediatorPattern/project.json b/src/MediatorPattern/project.json index ed8608d..9798930 100644 --- a/src/MediatorPattern/project.json +++ b/src/MediatorPattern/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027" + "NETStandard.Library": "1.6.0" }, "frameworks": { @@ -10,4 +10,4 @@ "imports": "dnxcore50" } } -} +} \ No newline at end of file diff --git a/src/MememntoPattern/project.json b/src/MememntoPattern/project.json index 6a306c8..5cf4523 100644 --- a/src/MememntoPattern/project.json +++ b/src/MememntoPattern/project.json @@ -2,9 +2,9 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027", - "Newtonsoft.Json": "8.0.3", - "System.Runtime.Serialization.Primitives": "4.0.10-*" + "NETStandard.Library": "1.6.0", + "Newtonsoft.Json": "9.0.1", + "System.Runtime.Serialization.Primitives": "4.1.1" }, "frameworks": { @@ -12,4 +12,4 @@ "imports": "dnxcore50" } } -} +} \ No newline at end of file