Update project.json to latest version of .net core
This commit is contained in:
@@ -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,7 +22,6 @@
|
|||||||
"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"
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user