Updating partner package versions
This commit is contained in:
Родитель
c8e46630ce
Коммит
3fa95d1ff8
|
@ -13,7 +13,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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"type": "platform"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
|
||||
"Microsoft.Net.Http.Headers": "1.1.0-*",
|
||||
"Microsoft.Net.Http.Server": "1.1.0-*",
|
||||
"Microsoft.Extensions.TaskCache.Sources": {
|
||||
"version": "1.1.0-*",
|
||||
"type": "build"
|
||||
}
|
||||
},
|
||||
"Microsoft.Net.Http.Headers": "1.1.0-*",
|
||||
"Microsoft.Net.Http.Server": "1.1.0-*",
|
||||
"NETStandard.Library": "1.6.1-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
"allowUnsafe": true,
|
||||
|
@ -29,7 +30,7 @@
|
|||
"net451": {},
|
||||
"netstandard1.3": {
|
||||
"dependencies": {
|
||||
"System.Security.Claims": "4.0.1-*"
|
||||
"System.Security.Claims": "4.3.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
||||
"Microsoft.Extensions.Primitives": "1.1.0-*"
|
||||
"Microsoft.Extensions.Primitives": "1.1.0-*",
|
||||
"NETStandard.Library": "1.6.1-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
"allowUnsafe": true,
|
||||
|
@ -34,23 +35,11 @@
|
|||
"type": "build",
|
||||
"version": "1.1.0-*"
|
||||
},
|
||||
"Microsoft.Win32.Primitives": "4.0.1-*",
|
||||
"System.Diagnostics.Contracts": "4.0.1-*",
|
||||
"System.Diagnostics.Debug": "4.0.11-*",
|
||||
"System.Diagnostics.Tools": "4.0.1-*",
|
||||
"System.IO": "4.1.0-*",
|
||||
"System.IO.FileSystem": "4.0.1-*",
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Net.WebSockets": "4.0.0-*",
|
||||
"System.Runtime.Extensions": "4.1.0-*",
|
||||
"System.Runtime.InteropServices": "4.1.0-*",
|
||||
"System.Security.Claims": "4.0.1-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.1.0-*",
|
||||
"System.Security.Principal.Windows": "4.0.0-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-*",
|
||||
"System.Threading": "4.0.11-*",
|
||||
"System.Threading.Overlapped": "4.0.1-*",
|
||||
"System.Threading.Timer": "4.0.1"
|
||||
"System.Diagnostics.Contracts": "4.3.0-*",
|
||||
"System.Net.WebSockets": "4.3.0-*",
|
||||
"System.Security.Claims": "4.3.0-*",
|
||||
"System.Security.Principal.Windows": "4.3.0-*",
|
||||
"System.Threading.Overlapped": "4.3.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,13 +14,11 @@
|
|||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"type": "platform"
|
||||
},
|
||||
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
||||
"System.Net.Requests": "4.0.11-*",
|
||||
"System.Net.WebHeaderCollection": "4.0.1-*",
|
||||
"System.Net.WebSockets.Client": "4.0.0"
|
||||
"System.Net.Http.WinHttpHandler": "4.3.0-*",
|
||||
"System.Net.WebSockets.Client": "4.3.0-*"
|
||||
}
|
||||
},
|
||||
"net451": {
|
||||
|
|
|
@ -2,21 +2,19 @@
|
|||
"testRunner": "xunit",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.Net.Http.Server": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.Net.Http.Server": "1.1.0-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"type": "platform"
|
||||
},
|
||||
"System.Net.Http": "4.1.0-*",
|
||||
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
||||
"System.Net.Requests": "4.0.11-*",
|
||||
"System.Net.WebSockets.Client": "4.0.0-*"
|
||||
"System.Net.Http.WinHttpHandler": "4.3.0-*",
|
||||
"System.Net.WebSockets.Client": "4.3.0-*"
|
||||
}
|
||||
},
|
||||
"net451": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"testRunner": "xunit",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
|
@ -9,11 +9,11 @@
|
|||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"type": "platform"
|
||||
}
|
||||
}
|
||||
},
|
||||
"net451": { }
|
||||
"net451": {}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче