Updating to 4.4 CoreFx packages
This commit is contained in:
parent
9bf8486fe5
commit
c8c2dfaad9
|
|
@ -5,6 +5,6 @@
|
|||
"samples"
|
||||
],
|
||||
"sdk": {
|
||||
"version": "1.0.0-preview2-1-003177"
|
||||
"version": "1.0.0-preview2-1-003180"
|
||||
}
|
||||
}
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.1-*",
|
||||
"NETStandard.Library": "1.6.2-*",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
|
||||
"type": "build",
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"net451": {},
|
||||
"netstandard1.3": {
|
||||
"dependencies": {
|
||||
"Microsoft.CSharp": "4.3.0-*",
|
||||
"System.Reflection.TypeExtensions": "4.3.0-*"
|
||||
"Microsoft.CSharp": "4.4.0-*",
|
||||
"System.Reflection.TypeExtensions": "4.4.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@
|
|||
"netcoreapp1.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"type": "platform"
|
||||
},
|
||||
"System.Diagnostics.TraceSource": "4.3.0-*"
|
||||
"System.Diagnostics.TraceSource": "4.4.0-*"
|
||||
}
|
||||
},
|
||||
"net451": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue