Update project.json to latest version of .net core

This commit is contained in:
Petrutiu Mihai
2016-07-14 12:40:24 +03:00
parent b91ad81b68
commit 7ec689d382
6 changed files with 15 additions and 17 deletions

View File

@@ -6,7 +6,6 @@
"include": "../IteratorPattern/FileExample/SampleFiles/**" "include": "../IteratorPattern/FileExample/SampleFiles/**"
} }
}, },
"dependencies": { "dependencies": {
"ChainOfResponssibility": "1.0.0-*", "ChainOfResponssibility": "1.0.0-*",
"CommandPattern": "1.0.0-*", "CommandPattern": "1.0.0-*",
@@ -15,7 +14,7 @@
"MememntoPattern": "1.0.0-*", "MememntoPattern": "1.0.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",
"version": "1.0.0-rc2-3002702" "version": "1.0.0"
}, },
"ObserverPattern": "1.0.0-*", "ObserverPattern": "1.0.0-*",
"StatePattern": "1.0.0-*", "StatePattern": "1.0.0-*",
@@ -23,10 +22,9 @@
"TemplatePattern": "1.0.0-*", "TemplatePattern": "1.0.0-*",
"VisitorPattern": "1.0.0-*" "VisitorPattern": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": "dnxcore50" "imports": "dnxcore50"
} }
} }
} }

View File

@@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027" "NETStandard.Library": "1.6.0"
}, },
"frameworks": { "frameworks": {
@@ -10,4 +10,4 @@
"imports": "dnxcore50" "imports": "dnxcore50"
} }
} }
} }

View File

@@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",
"version": "1.0.0-rc2-3002702" "version": "1.0.0"
} }
}, },
@@ -13,4 +13,4 @@
"imports": "dnxcore50" "imports": "dnxcore50"
} }
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027" "NETStandard.Library": "1.6.0"
}, },
"frameworks": { "frameworks": {
@@ -10,4 +10,4 @@
"imports": "dnxcore50" "imports": "dnxcore50"
} }
} }
} }

View File

@@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027" "NETStandard.Library": "1.6.0"
}, },
"frameworks": { "frameworks": {
@@ -10,4 +10,4 @@
"imports": "dnxcore50" "imports": "dnxcore50"
} }
} }
} }

View File

@@ -2,9 +2,9 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027", "NETStandard.Library": "1.6.0",
"Newtonsoft.Json": "8.0.3", "Newtonsoft.Json": "9.0.1",
"System.Runtime.Serialization.Primitives": "4.0.10-*" "System.Runtime.Serialization.Primitives": "4.1.1"
}, },
"frameworks": { "frameworks": {
@@ -12,4 +12,4 @@
"imports": "dnxcore50" "imports": "dnxcore50"
} }
} }
} }