Updating partner package versions
This commit is contained in:
parent
c2690023d8
commit
c13a8affc0
|
|
@ -19,14 +19,10 @@
|
|||
"xmlDoc": true
|
||||
},
|
||||
"dependencies": {
|
||||
"System.Text.Encodings.Web": "4.0.0-*"
|
||||
"NETStandard.Library": "1.6.1-*",
|
||||
"System.Text.Encodings.Web": "4.3.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.0": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-*",
|
||||
"System.Resources.ResourceManager": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
"netstandard1.0": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -22,7 +22,8 @@
|
|||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
|
||||
"Microsoft.Extensions.Options": "1.1.0-*",
|
||||
"System.Text.Encodings.Web": "4.0.0-*"
|
||||
"NETStandard.Library": "1.6.1-*",
|
||||
"System.Text.Encodings.Web": "4.3.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.0": {}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"type": "platform"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"type": "platform"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue