Bring Microsoft.NETCore.Platforms dependency back
This commit is contained in:
Родитель
457963837c
Коммит
fba50032d3
|
@ -4,6 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.Extensions.Configuration.Binder": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.Extensions.Configuration": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.Extensions.Configuration.Ini": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.Extensions.Configuration.Ini": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.Extensions.Configuration": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.Extensions.Configuration.Xml": "1.0.0-*",
|
||||
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
|
|
Загрузка…
Ссылка в новой задаче