Updating dependencies from last known good builds
This commit is contained in:
parent
622cb17d7c
commit
8953400eee
87 changed files with 1238 additions and 1315 deletions
|
@ -9,9 +9,8 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -9,10 +9,9 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"TestLibrary": "1.0.0-*",
|
"TestLibrary": "1.0.0-*",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221"
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -9,9 +9,8 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
"compilerName": "fsc",
|
"compilerName": "fsc",
|
||||||
"compileFiles": [
|
"compileFiles": [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"EmptyLibrary": "1.0.0-*"
|
"EmptyLibrary": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"dependencies": { },
|
"dependencies": {},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dnx451": { }
|
"dnx451": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": { },
|
"dependencies": {},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": { }
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"Microsoft.Web.Administration": "7.0.0"
|
"Microsoft.Web.Administration": "7.0.0"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
@ -3,12 +3,10 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23811"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnxcore50": { }
|
"dnxcore50": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,21 +3,23 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"dotnet-hello": { "version": "1.0.0", "target": "package" }
|
"dotnet-hello": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"target": "package"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "must-be-specified-to-generate-deps",
|
"testRunner": "must-be-specified-to-generate-deps",
|
||||||
|
|
||||||
"tools": {
|
"tools": {
|
||||||
"dotnet-hello": { "version": "2.0.0", "target": "package" }
|
"dotnet-hello": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"target": "package"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,14 +3,14 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "must-be-specified-to-generate-deps",
|
"testRunner": "must-be-specified-to-generate-deps",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"dotnet-hello": {"version": "1.0.0", "target": "package"}
|
"dotnet-hello": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"target": "package"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,18 +3,18 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"tools": {
|
"tools": {
|
||||||
"dotnet-hello": { "version": "2.0.0", "target": "package" }
|
"dotnet-hello": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"target": "package"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"Microsoft.Extensions.DependencyModel": {
|
"Microsoft.Extensions.DependencyModel": {
|
||||||
"target": "project",
|
"target": "project",
|
||||||
"version": "1.0.0-*"
|
"version": "1.0.0-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,15 +1,13 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"DependencyContextValidator": "1.0.0-*"
|
"DependencyContextValidator": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,14 +1,12 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"DependencyContextValidator": "1.0.0-*"
|
"DependencyContextValidator": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {},
|
||||||
},
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.5": {
|
"netstandard1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
|
|
@ -14,13 +14,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"win7-x64": {},
|
"win7-x64": { },
|
||||||
"win7-x86": {},
|
"win7-x86": { },
|
||||||
"osx.10.10-x64": {},
|
"osx.10.10-x64": { },
|
||||||
"osx.10.11-x64": {},
|
"osx.10.11-x64": { },
|
||||||
"ubuntu.14.04-x64": {},
|
"ubuntu.14.04-x64": { },
|
||||||
"centos.7-x64": {},
|
"centos.7-x64": { },
|
||||||
"rhel.7.2-x64": {},
|
"rhel.7.2-x64": { },
|
||||||
"debian.8.2-x64": {}
|
"debian.8.2-x64": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,14 +3,13 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": { }
|
"net451": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,13 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"TestLibrary": "1.0.0-*",
|
"TestLibrary": "1.0.0-*",
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,14 +1,17 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"nowarn": [ "CS1591" ],
|
"nowarn": [
|
||||||
|
"CS1591"
|
||||||
|
],
|
||||||
"xmlDoc": true,
|
"xmlDoc": true,
|
||||||
"additionalArguments": [ "-highentropyva+" ]
|
"additionalArguments": [
|
||||||
|
"-highentropyva+"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"SharedContentA": "1.0.0-*"
|
"SharedContentA": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
@ -3,13 +3,10 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"content": "testcontentfile.txt",
|
"content": "testcontentfile.txt",
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"TestLibrary": { "target":"project", "version":"1.0.0-*" },
|
"TestLibrary": {
|
||||||
|
"target": "project",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"version": "1.0.0-*"
|
||||||
|
},
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,14 +1,17 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"nowarn": [ "CS1591" ],
|
"nowarn": [
|
||||||
|
"CS1591"
|
||||||
|
],
|
||||||
"xmlDoc": true,
|
"xmlDoc": true,
|
||||||
"additionalArguments": [ "-highentropyva+" ]
|
"additionalArguments": [
|
||||||
|
"-highentropyva+"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23811"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,22 +3,19 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish" : ["echoscript prepublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:TargetFramework%? ?%publish:Runtime%?"],
|
"prepublish": [ "echoscript prepublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:TargetFramework%? ?%publish:Runtime%?" ],
|
||||||
"postpublish" : ["echoscript postpublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:TargetFramework%? ?%publish:Runtime%?"],
|
"postpublish": [ "echoscript postpublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:TargetFramework%? ?%publish:Runtime%?" ],
|
||||||
|
|
||||||
"precompile" : ["echoscript precompile_output ?%compile:ProjectPath%? ?%compile:Configuration%? ?%compile:OutputPath%? ?%compile:TargetFramework%? ?%compile:Runtime%?"],
|
"precompile": [ "echoscript precompile_output ?%compile:ProjectPath%? ?%compile:Configuration%? ?%compile:OutputPath%? ?%compile:TargetFramework%? ?%compile:Runtime%?" ],
|
||||||
"postcompile" : ["echoscript postcompile_output ?%compile:ProjectPath%? ?%compile:Configuration%? ?%compile:OutputPath%? ?%compile:TargetFramework%? ?%compile:Runtime%?"]
|
"postcompile": [ "echoscript postcompile_output ?%compile:ProjectPath%? ?%compile:Configuration%? ?%compile:OutputPath%? ?%compile:TargetFramework%? ?%compile:Runtime%?" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,21 +4,24 @@
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"TestLibrary": { "target":"project", "version":"1.0.0-*" },
|
"TestLibrary": {
|
||||||
|
"target": "project",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"version": "1.0.0-*"
|
||||||
|
},
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish" : ["echo prepublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:Framework%? ?%publish:Runtime%?"],
|
"prepublish": [
|
||||||
"postpublish" : ["echo postpublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:Framework%? ?%publish:Runtime%?"]
|
"echo prepublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:Framework%? ?%publish:Runtime%?"
|
||||||
|
],
|
||||||
|
"postpublish": [
|
||||||
|
"echo postpublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:Framework%? ?%publish:Runtime%?"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,17 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"nowarn": [ "CS1591" ],
|
"nowarn": [
|
||||||
|
"CS1591"
|
||||||
|
],
|
||||||
"xmlDoc": true,
|
"xmlDoc": true,
|
||||||
"additionalArguments": [ "-highentropyva+" ]
|
"additionalArguments": [
|
||||||
|
"-highentropyva+"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"TestLibraryWithAppDependency": { "target":"project", "version":"1.0.0-*" },
|
"TestLibraryWithAppDependency": {
|
||||||
|
"target": "project",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"version": "1.0.0-*"
|
||||||
|
},
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"TestApp": { "target":"project", "version":"1.0.0-*" },
|
"TestApp": {
|
||||||
|
"target": "project",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"version": "1.0.0-*"
|
||||||
|
},
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"TestLibrary": { "target":"project", "version":"1.0.0-*" },
|
"TestLibrary": {
|
||||||
|
"target": "project",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"version": "1.0.0-*"
|
||||||
|
},
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "7.0.1"
|
"Newtonsoft.Json": "7.0.1"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": {},
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
"portable-net45+wp80+win8"
|
"portable-net45+wp80+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,18 +3,19 @@
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "6.0.0",
|
"Newtonsoft.Json": "6.0.0",
|
||||||
"TestLibraryGreater": {"target":"project"}
|
"TestLibraryGreater": {
|
||||||
|
"target": "project"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": {},
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
"portable-net45+wp80+win8"
|
"portable-net45+wp80+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,12 +3,13 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.Runtime.Analyzers": { "version": "1.1.0", "type": "build" }
|
"System.Runtime.Analyzers": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"type": "build"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"nowarn": [ "CS1591" ],
|
"nowarn": [
|
||||||
|
"CS1591"
|
||||||
|
],
|
||||||
"xmlDoc": true,
|
"xmlDoc": true,
|
||||||
"additionalArguments": [ "-highentropyva+" ]
|
"additionalArguments": [
|
||||||
|
"-highentropyva+"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"Test": {
|
"Test": {}
|
||||||
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
|
|
|
@ -3,18 +3,16 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": false
|
"emitEntryPoint": false
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"dependencies": { },
|
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net20": { },
|
"net20": {},
|
||||||
"net35": { },
|
"net35": {},
|
||||||
"net40": { },
|
"net40": {},
|
||||||
"net461": { },
|
"net461": {},
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"dependencies": { },
|
"dependencies": {},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dnx451": {
|
"dnx451": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.CSharp": "4.0.1-*"
|
"Microsoft.CSharp": "4.0.1-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,14 +3,11 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"L11": "1.0.0-*",
|
"L11": "1.0.0-*",
|
||||||
"L12": "1.0.0-*",
|
"L12": "1.0.0-*",
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"L12": "1.0.0-*",
|
"L12": "1.0.0-*",
|
||||||
"L21": "1.0.0-*",
|
"L21": "1.0.0-*",
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"L22": "1.0.0-*",
|
"L22": "1.0.0-*",
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -4,11 +4,9 @@
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"xmlDoc": true
|
"xmlDoc": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.Diagnostics.Process": "4.1.0-rc2-23901",
|
"System.Diagnostics.Process": "4.1.0-rc2-23911",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -12,7 +12,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
{
|
{
|
||||||
public class CompileTargets
|
public class CompileTargets
|
||||||
{
|
{
|
||||||
public static readonly string CoreCLRVersion = "1.0.2-rc2-23901";
|
public static readonly string CoreCLRVersion = "1.0.2-rc2-23911";
|
||||||
public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00003";
|
public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00003";
|
||||||
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;
|
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;
|
||||||
|
|
||||||
|
|
|
@ -4,20 +4,18 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression.ZipFile": "4.0.1-rc2-23901",
|
"System.IO.Compression.ZipFile": "4.0.1-rc2-23911",
|
||||||
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23901",
|
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23911",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
||||||
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
||||||
"WindowsAzure.Storage" : "6.2.2-preview",
|
"WindowsAzure.Storage": "6.2.2-preview",
|
||||||
"System.Reflection.Metadata" : "1.2.0"
|
"System.Reflection.Metadata": "1.2.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": ["dnxcore50", "portable-net45+win8"]
|
"imports": [ "dnxcore50", "portable-net45+win8" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.Diagnostics.Process": "4.1.0-rc2-23901"
|
"System.Diagnostics.Process": "4.1.0-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.CommandLine": "0.1.0-e160119-1",
|
"System.CommandLine": "0.1.0-e160119-1",
|
||||||
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160202-02",
|
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160202-02",
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
},
|
},
|
||||||
"description": "Abstraction to interact with the file system and file paths.",
|
"description": "Abstraction to interact with the file system and file paths.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.Linq.Expressions": "4.0.11-rc2-23901",
|
"System.Linq.Expressions": "4.0.11-rc2-23911",
|
||||||
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
|
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*"
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*"
|
||||||
|
|
|
@ -13,14 +13,13 @@
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||||
"System.Runtime.Loader": "4.0.0-rc2-23901"
|
"System.Runtime.Loader": "4.0.0-rc2-23911"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||||
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.2.0-beta1-20160202-02"
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.2.0-beta1-20160202-02"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
},
|
},
|
||||||
"description": "Types to model a .NET Project",
|
"description": "Types to model a .NET Project",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Reflection.Metadata": "1.2.0-rc2-23901",
|
"System.Reflection.Metadata": "1.2.0-rc2-23911",
|
||||||
"NuGet.Packaging": "3.4.0-rtm-0733",
|
"NuGet.Packaging": "3.4.0-rtm-0733",
|
||||||
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
|
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
|
||||||
"Microsoft.Extensions.JsonParser.Sources": {
|
"Microsoft.Extensions.JsonParser.Sources": {
|
||||||
|
@ -35,12 +35,12 @@
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.Dynamic.Runtime": "4.0.11-rc2-23901",
|
"System.Dynamic.Runtime": "4.0.11-rc2-23911",
|
||||||
"System.Runtime.Loader": "4.0.0-rc2-23901",
|
"System.Runtime.Loader": "4.0.0-rc2-23911",
|
||||||
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23901",
|
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23911",
|
||||||
"Microsoft.CSharp": "4.0.1-rc2-23901",
|
"Microsoft.CSharp": "4.0.1-rc2-23911",
|
||||||
"System.Xml.XDocument": "4.0.11-rc2-23901"
|
"System.Xml.XDocument": "4.0.11-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "Microsoft.DotNet.TestFramework Class Library",
|
"description": "Microsoft.DotNet.TestFramework Class Library",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"licenseUrl": "",
|
"licenseUrl": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
"target": "project",
|
"target": "project",
|
||||||
"version": "1.0.0-*"
|
"version": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
|
||||||
"Newtonsoft.Json": "7.0.1",
|
"Newtonsoft.Json": "7.0.1",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
||||||
},
|
},
|
||||||
|
@ -27,11 +26,11 @@
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.IO.FileSystem": "4.0.1-rc2-23901",
|
"System.IO.FileSystem": "4.0.1-rc2-23911",
|
||||||
"System.Linq": "4.0.1-rc2-23901",
|
"System.Linq": "4.0.1-rc2-23911",
|
||||||
"System.Runtime": "4.0.21-rc2-23901",
|
"System.Runtime": "4.0.21-rc2-23911",
|
||||||
"System.Reflection": "4.1.0-rc2-23901",
|
"System.Reflection": "4.1.0-rc2-23911",
|
||||||
"System.Dynamic.Runtime": "4.0.11-rc2-23901"
|
"System.Dynamic.Runtime": "4.0.11-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -19,9 +19,9 @@
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.Resources.ResourceManager": "4.0.1-rc2-23901",
|
"System.Resources.ResourceManager": "4.0.1-rc2-23911",
|
||||||
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23901"
|
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"Microsoft.DotNet.AppDep":"1.0.6-prerelease-00003"
|
"Microsoft.DotNet.AppDep": "1.0.6-prerelease-00003"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -3,17 +3,14 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"compilerName": "fsc",
|
"compilerName": "fsc",
|
||||||
"compileFiles": [
|
"compileFiles": [
|
||||||
"Program.fs"
|
"Program.fs"
|
||||||
],
|
],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
|
|
|
@ -17,21 +17,17 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "7.0.1",
|
"Newtonsoft.Json": "7.0.1",
|
||||||
|
|
||||||
"Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160225-02",
|
"Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160225-02",
|
||||||
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218",
|
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218",
|
||||||
"Microsoft.Net.CSharp.Interactive.netcore": "1.3.0-beta1-20160225-02",
|
"Microsoft.Net.CSharp.Interactive.netcore": "1.3.0-beta1-20160225-02",
|
||||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160225-02",
|
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160225-02",
|
||||||
"Microsoft.DiaSymReader.Native": "1.3.3",
|
"Microsoft.DiaSymReader.Native": "1.3.3",
|
||||||
|
|
||||||
"NuGet.CommandLine.XPlat": "3.4.0-rtm-0733",
|
"NuGet.CommandLine.XPlat": "3.4.0-rtm-0733",
|
||||||
"System.CommandLine": "0.1.0-e160119-1",
|
"System.CommandLine": "0.1.0-e160119-1",
|
||||||
|
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||||
"Microsoft.DotNet.ILCompiler.SDK": "1.0.6-prerelease-00003",
|
"Microsoft.DotNet.ILCompiler.SDK": "1.0.6-prerelease-00003",
|
||||||
|
|
||||||
"Microsoft.Extensions.Logging": "1.0.0-rc2-16040",
|
"Microsoft.Extensions.Logging": "1.0.0-rc2-16040",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-16040",
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-16040",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
||||||
|
@ -48,21 +44,20 @@
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-*",
|
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-*",
|
||||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23901",
|
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23911",
|
||||||
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23901",
|
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23911",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.Reflection.Metadata": "1.3.0-beta-23901",
|
"System.Reflection.Metadata": "1.3.0-rc2-23911",
|
||||||
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23901",
|
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23911",
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-rc2-23901",
|
"System.Diagnostics.TraceSource": "4.0.0-rc2-23911",
|
||||||
"System.Linq.Expressions": "4.0.11-rc2-23901",
|
"System.Linq.Expressions": "4.0.11-rc2-23911",
|
||||||
"System.Xml.XDocument": "4.0.11-rc2-23901",
|
"System.Xml.XDocument": "4.0.11-rc2-23911",
|
||||||
"System.Resources.ReaderWriter": "4.0.0-rc2-23901",
|
"System.Resources.ReaderWriter": "4.0.0-rc2-23911",
|
||||||
"System.Net.Sockets": "4.1.0-rc2-23901",
|
"System.Net.Sockets": "4.1.0-rc2-23911",
|
||||||
"System.IO.Compression.ZipFile": "4.0.1-rc2-23901",
|
"System.IO.Compression.ZipFile": "4.0.1-rc2-23911",
|
||||||
"System.Threading.ThreadPool": "4.0.10-rc2-23901",
|
"System.Threading.ThreadPool": "4.0.10-rc2-23911",
|
||||||
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23901",
|
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23911",
|
||||||
|
"System.Private.DataContractSerialization": "4.1.0-rc2-23911"
|
||||||
"System.Private.DataContractSerialization": "4.1.0-rc2-23901"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
|
@ -72,6 +67,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,19 +3,21 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
"target": "project"
|
||||||
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
},
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -24,8 +26,8 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
|
"scripts": {
|
||||||
"scripts": { "precompile": "dotnet build ../ArgumentsReflector/project.json --framework netstandardapp1.5 --runtime %compile:RuntimeIdentifier% --output %compile:RuntimeOutputDir%" }
|
"precompile": "dotnet build ../ArgumentsReflector/project.json --framework netstandardapp1.5 --runtime %compile:RuntimeIdentifier% --output %compile:RuntimeOutputDir%"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,16 +3,15 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library" : "1.0.0-rc2-23901"
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"content": [
|
||||||
"content": ["reflector_cmd.cmd"]
|
"reflector_cmd.cmd"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,20 +3,22 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
"target": "project"
|
||||||
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
},
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -25,6 +27,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,21 +3,22 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library" : "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
"target": "project"
|
||||||
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
},
|
||||||
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"moq.netcore": "4.4.0-beta8",
|
"moq.netcore": "4.4.0-beta8",
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -26,7 +27,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"content": [
|
"content": [
|
||||||
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
|
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
|
||||||
"../../TestAssets/TestProjects/TestAppWithArgs/*",
|
"../../TestAssets/TestProjects/TestAppWithArgs/*",
|
||||||
|
@ -34,6 +34,5 @@
|
||||||
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
||||||
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
},
|
||||||
"Microsoft.DotNet.Compiler.Common": { "target": "project" },
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Microsoft.DotNet.Compiler.Common": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -21,6 +23,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,13 +5,12 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.Collections.Immutable": "1.2.0-rc2-23901",
|
"System.Collections.Immutable": "1.2.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
"FluentAssertions": "4.0.0",
|
"FluentAssertions": "4.0.0",
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
||||||
|
|
||||||
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
||||||
|
@ -20,7 +19,6 @@
|
||||||
"version": "1.0.0-*"
|
"version": "1.0.0-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -28,5 +26,5 @@
|
||||||
"portable-net45+win8"
|
"portable-net45+win8"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,16 +5,16 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
"FluentAssertions": "4.0.0",
|
"FluentAssertions": "4.0.0",
|
||||||
"moq.netcore": "4.4.0-beta8",
|
"moq.netcore": "4.4.0-beta8",
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -23,6 +23,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
|
@ -1,17 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
"target": "project"
|
||||||
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
},
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -20,10 +22,8 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"content": [
|
"content": [
|
||||||
"../../TestAssets/TestProjects/TestApp/**/*"
|
"../../TestAssets/TestProjects/TestApp/**/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
"Microsoft.DotNet.Cli.Utils": {
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -22,6 +20,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
"Microsoft.DotNet.Cli.Utils": {
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -22,7 +20,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"content": [
|
"content": [
|
||||||
"../../TestAssets/TestProjects/DependencyContextValidator/**/*",
|
"../../TestAssets/TestProjects/DependencyContextValidator/**/*",
|
||||||
"../../TestAssets/TestProjects/TestLibraryWithAnalyzer/*",
|
"../../TestAssets/TestProjects/TestLibraryWithAnalyzer/*",
|
||||||
|
@ -31,6 +28,5 @@
|
||||||
"../../TestAssets/TestProjects/TestAppCompilationContext/**/*",
|
"../../TestAssets/TestProjects/TestAppCompilationContext/**/*",
|
||||||
"../../TestAssets/TestProjects/global.json"
|
"../../TestAssets/TestProjects/global.json"
|
||||||
],
|
],
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,23 +1,22 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
|
||||||
"Microsoft.DotNet.Cli.Utils": {
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
"dotnet": {
|
||||||
"dotnet": { "target": "project" },
|
"target": "project"
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
},
|
||||||
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
||||||
"moq.netcore": "4.4.0-beta8",
|
"moq.netcore": "4.4.0-beta8",
|
||||||
"FluentAssertions": "4.2.2"
|
"FluentAssertions": "4.2.2"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -26,10 +25,8 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"content": [
|
"content": [
|
||||||
"../../TestAssets/TestProjects/TestAppWithLibrary/**/*"
|
"../../TestAssets/TestProjects/TestAppWithLibrary/**/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression.ZipFile": "4.0.1-rc2-23901",
|
"System.IO.Compression.ZipFile": "4.0.1-rc2-23911",
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
"Microsoft.DotNet.Cli.Utils": {
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -22,10 +20,8 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"content": [
|
"content": [
|
||||||
"../../TestAssets/TestProjects/TestLibraryWithConfiguration/*"
|
"../../TestAssets/TestProjects/TestLibraryWithConfiguration/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet": { "target": "project" },
|
"dotnet": {
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
"target": "project"
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
},
|
||||||
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
||||||
|
"System.Net.NameResolution": "4.0.0-rc2-23911"
|
||||||
"System.Net.NameResolution": "4.0.0-rc2-23901"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
|
|
|
@ -1,21 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
|
||||||
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"Microsoft.DotNet.Cli.Utils": {
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -24,6 +22,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
"Microsoft.DotNet.Cli.Utils": {
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -23,10 +21,8 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"content": [
|
"content": [
|
||||||
"../../TestAssets/TestProjects/TestProjectWithResource/**/*"
|
"../../TestAssets/TestProjects/TestProjectWithResource/**/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
"Microsoft.DotNet.Cli.Utils": {
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -22,6 +20,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "7.0.1",
|
"Newtonsoft.Json": "7.0.1",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
|
"dotnet": {
|
||||||
"dotnet": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
||||||
"moq.netcore": "4.4.0-beta8",
|
"moq.netcore": "4.4.0-beta8",
|
||||||
"FluentAssertions": "4.2.2"
|
"FluentAssertions": "4.2.2"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -21,6 +19,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
"target": "project"
|
||||||
|
},
|
||||||
"Microsoft.DotNet.Cli.Utils": {
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"target": "project",
|
"target": "project",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
|
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -23,12 +21,10 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"content": [
|
"content": [
|
||||||
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
||||||
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
||||||
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,13 +4,11 @@
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue