Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:49:55 -07:00
Родитель 89c39a6c28
Коммит 3d3d6a3fba
18 изменённых файлов: 42 добавлений и 63 удалений

Просмотреть файл

@ -3,7 +3,6 @@
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection.Azure.Storage": "1.0.0-*",
@ -12,10 +11,9 @@
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.1.0-*"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
@ -23,4 +21,4 @@
]
}
}
}
}

Просмотреть файл

@ -14,11 +14,11 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}
},
"net451": {}
}
}
}

Просмотреть файл

@ -11,19 +11,12 @@
"dataprotection"
]
},
"dependencies": {},
"dependencies": {
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"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-*"
}
}
"netstandard1.3": {}
},
"buildOptions": {
"allowUnsafe": true,

Просмотреть файл

@ -12,17 +12,12 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*"
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Runtime.Extensions": "4.1.0-*",
"System.Security.Cryptography.Algorithms": "4.2.0-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
}
}
"netstandard1.3": {}
},
"buildOptions": {
"allowUnsafe": true,

Просмотреть файл

@ -19,16 +19,14 @@
"Microsoft.Extensions.WebEncoders.Sources": {
"type": "build",
"version": "1.1.0-*"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.ComponentModel": "4.0.1-*",
"System.Diagnostics.Debug": "4.0.11-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*"
"System.ComponentModel": "4.3.0-*"
}
}
},

Просмотреть файл

@ -15,6 +15,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"NETStandard.Library": "1.6.1-*",
"WindowsAzure.Storage": "7.2.1"
},
"frameworks": {

Просмотреть файл

@ -17,7 +17,8 @@
"type": "build",
"version": "1.1.0-*"
},
"Microsoft.Extensions.DependencyInjection": "1.1.0-*"
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},

Просмотреть файл

@ -14,6 +14,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"NETStandard.Library": "1.6.1-*",
"StackExchange.Redis.StrongName": "1.1.605"
},
"frameworks": {

Просмотреть файл

@ -11,15 +11,12 @@
"dataprotection"
]
},
"dependencies": {},
"dependencies": {
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Security.Cryptography.Primitives": "4.0.0-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
}
}
"netstandard1.3": {}
},
"shared": "**\\*.cs",
"buildOptions": {

Просмотреть файл

@ -21,7 +21,8 @@
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection.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": {
"net451": {
@ -36,13 +37,9 @@
},
"netstandard1.3": {
"dependencies": {
"Microsoft.Win32.Registry": "4.0.0-*",
"System.IO.FileSystem": "4.0.1-*",
"System.Reflection.Extensions": "4.0.1-*",
"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-*"
"Microsoft.Win32.Registry": "4.3.0-*",
"System.Security.Claims": "4.3.0-*",
"System.Security.Principal.Windows": "4.3.0-*"
}
}
},

Просмотреть файл

@ -13,7 +13,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
},

Просмотреть файл

@ -11,7 +11,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

Просмотреть файл

@ -11,10 +11,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

Просмотреть файл

@ -5,18 +5,17 @@
"Microsoft.AspNetCore.DataProtection.Azure.Storage": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "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": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
},
"imports": [
"dnxcore50",

Просмотреть файл

@ -8,17 +8,17 @@
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Moq": "4.6.36-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

Просмотреть файл

@ -11,7 +11,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

Просмотреть файл

@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.1": {
"dependencies": {
"System.Runtime": "4.1.0-*"
"NETStandard.Library": "1.6.1-*"
}
}
},

Просмотреть файл

@ -1,6 +1,5 @@
{
"dependencies": {
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
@ -16,10 +15,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}