Merge branch 'release' into dev
This commit is contained in:
commit
580cf760a4
|
|
@ -20,12 +20,14 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "8.0.3",
|
"Newtonsoft.Json": "8.0.3"
|
||||||
"System.Runtime.Serialization.Primitives": "4.1.1-*"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Runtime.Serialization.Primitives": "4.1.1-*"
|
||||||
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"portable-net451+win8"
|
"portable-net451+win8"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue