Updating partner package versions
This commit is contained in:
parent
89c39a6c28
commit
3d3d6a3fba
|
|
@ -3,7 +3,6 @@
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Azure.Storage": "1.0.0-*",
|
"Microsoft.AspNetCore.DataProtection.Azure.Storage": "1.0.0-*",
|
||||||
|
|
@ -12,10 +11,9 @@
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"type": "platform",
|
"type": "platform",
|
||||||
"version": "1.0.0"
|
"version": "1.1.0-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
|
@ -23,4 +21,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -14,11 +14,11 @@
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -11,19 +11,12 @@
|
||||||
"dataprotection"
|
"dataprotection"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.6.1-*"
|
||||||
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {}
|
||||||
"dependencies": {
|
|
||||||
"System.Diagnostics.Debug": "4.0.11-*",
|
|
||||||
"System.Resources.ResourceManager": "4.0.1-*",
|
|
||||||
"System.Runtime.Handles": "4.0.1-*",
|
|
||||||
"System.Runtime.InteropServices": "4.1.0-*",
|
|
||||||
"System.Security.Cryptography.Primitives": "4.0.0-*",
|
|
||||||
"System.Threading": "4.0.11-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"allowUnsafe": true,
|
"allowUnsafe": true,
|
||||||
|
|
|
||||||
|
|
@ -12,17 +12,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*"
|
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
|
||||||
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {}
|
||||||
"dependencies": {
|
|
||||||
"System.Runtime.Extensions": "4.1.0-*",
|
|
||||||
"System.Security.Cryptography.Algorithms": "4.2.0-*",
|
|
||||||
"System.Text.Encoding.Extensions": "4.0.11-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"allowUnsafe": true,
|
"allowUnsafe": true,
|
||||||
|
|
|
||||||
|
|
@ -19,16 +19,14 @@
|
||||||
"Microsoft.Extensions.WebEncoders.Sources": {
|
"Microsoft.Extensions.WebEncoders.Sources": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.1.0-*"
|
"version": "1.1.0-*"
|
||||||
}
|
},
|
||||||
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.ComponentModel": "4.0.1-*",
|
"System.ComponentModel": "4.3.0-*"
|
||||||
"System.Diagnostics.Debug": "4.0.11-*",
|
|
||||||
"System.Resources.ResourceManager": "4.0.1-*",
|
|
||||||
"System.Runtime.Extensions": "4.1.0-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||||
|
"NETStandard.Library": "1.6.1-*",
|
||||||
"WindowsAzure.Storage": "7.2.1"
|
"WindowsAzure.Storage": "7.2.1"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,8 @@
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.1.0-*"
|
"version": "1.1.0-*"
|
||||||
},
|
},
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*"
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||||
|
"NETStandard.Library": "1.6.1-*",
|
||||||
"StackExchange.Redis.StrongName": "1.1.605"
|
"StackExchange.Redis.StrongName": "1.1.605"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -11,15 +11,12 @@
|
||||||
"dataprotection"
|
"dataprotection"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.6.1-*"
|
||||||
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {}
|
||||||
"dependencies": {
|
|
||||||
"System.Security.Cryptography.Primitives": "4.0.0-*",
|
|
||||||
"System.Text.Encoding.Extensions": "4.0.11-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"shared": "**\\*.cs",
|
"shared": "**\\*.cs",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,8 @@
|
||||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
|
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Options": "1.1.0-*"
|
"Microsoft.Extensions.Options": "1.1.0-*",
|
||||||
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
|
|
@ -36,13 +37,9 @@
|
||||||
},
|
},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Win32.Registry": "4.0.0-*",
|
"Microsoft.Win32.Registry": "4.3.0-*",
|
||||||
"System.IO.FileSystem": "4.0.1-*",
|
"System.Security.Claims": "4.3.0-*",
|
||||||
"System.Reflection.Extensions": "4.0.1-*",
|
"System.Security.Principal.Windows": "4.3.0-*"
|
||||||
"System.Security.Cryptography.X509Certificates": "4.1.0-*",
|
|
||||||
"System.Security.Claims": "4.0.1-*",
|
|
||||||
"System.Security.Principal.Windows": "4.0.0-*",
|
|
||||||
"System.Xml.XDocument": "4.0.11-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,10 @@
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.3.0-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
|
|
|
||||||
|
|
@ -5,18 +5,17 @@
|
||||||
"Microsoft.AspNetCore.DataProtection.Azure.Storage": "1.0.0-*",
|
"Microsoft.AspNetCore.DataProtection.Azure.Storage": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"xunit": "2.2.0-*",
|
"Moq": "4.6.36-*",
|
||||||
"Moq": "4.6.36-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.Process": "4.1.0-*",
|
"System.Diagnostics.TraceSource": "4.3.0-*"
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|
|
||||||
|
|
@ -8,17 +8,17 @@
|
||||||
"version": "1.0.0-*"
|
"version": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Moq": "4.6.36-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.3.0-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.1": {
|
"netstandard1.1": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.1.0-*"
|
"NETStandard.Library": "1.6.1-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
|
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||||
|
|
@ -16,10 +15,10 @@
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.3.0-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue