Merge pull request #1825 from eerhardt/NewCoreFx
Updating dependencies from last known good builds
This commit is contained in:
commit
9b0892c399
87 changed files with 1256 additions and 1325 deletions
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,20 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"compilerName": "fsc",
|
"compilerName": "fsc",
|
||||||
"compileFiles": [
|
"compileFiles": [
|
||||||
"Program.fs"
|
"Program.fs"
|
||||||
],
|
],
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"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": [
|
||||||
"Helper2.fs",
|
"Helper2.fs",
|
||||||
"Helper.fs"
|
"Helper.fs"
|
||||||
],
|
],
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"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": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"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": {
|
||||||
"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.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23811"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"dnxcore50": {}
|
||||||
"frameworks": {
|
}
|
||||||
"dnxcore50": { }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,23 +1,25 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"dotnet-hello": {
|
||||||
"dotnet-hello": { "version": "1.0.0", "target": "package" }
|
"version": "1.0.0",
|
||||||
},
|
"target": "package"
|
||||||
|
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"testRunner": "must-be-specified-to-generate-deps",
|
|
||||||
|
|
||||||
"tools": {
|
|
||||||
"dotnet-hello": { "version": "2.0.0", "target": "package" }
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"testRunner": "must-be-specified-to-generate-deps",
|
||||||
|
"tools": {
|
||||||
|
"dotnet-hello": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"target": "package"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"testRunner": "must-be-specified-to-generate-deps",
|
||||||
"testRunner": "must-be-specified-to-generate-deps",
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"dependencies": {
|
"dotnet-hello": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"version": "1.0.0",
|
||||||
"dotnet-hello": {"version": "1.0.0", "target": "package"}
|
"target": "package"
|
||||||
},
|
|
||||||
|
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"tools": {
|
|
||||||
"dotnet-hello": { "version": "2.0.0", "target": "package" }
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tools": {
|
||||||
|
"dotnet-hello": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"target": "package"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
{
|
{
|
||||||
"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": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"DependencyContextValidator": "1.0.0-*"
|
||||||
"DependencyContextValidator": "1.0.0-*"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,15 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"DependencyContextValidator": "1.0.0-*"
|
||||||
"DependencyContextValidator": "1.0.0-*"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
{
|
{
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {},
|
||||||
},
|
"frameworks": {
|
||||||
"frameworks": {
|
"netstandard1.5": {
|
||||||
"netstandard1.5": {
|
"imports": [
|
||||||
"imports": [
|
"dnxcore50",
|
||||||
"dnxcore50",
|
"portable-net45+win8"
|
||||||
"portable-net45+win8"
|
],
|
||||||
],
|
"dependencies": {
|
||||||
"dependencies": {
|
"Microsoft.NETCore.App": "1.0.0-rc2-23911"
|
||||||
"Microsoft.NETCore.App": "1.0.0-rc2-23911"
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,26 +1,26 @@
|
||||||
{
|
{
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
"portable-net45+win8"
|
"portable-net45+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": "1.0.0-rc2-23911"
|
"Microsoft.NETCore.App": "1.0.0-rc2-23911"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimes": {
|
|
||||||
"win7-x64": {},
|
|
||||||
"win7-x86": {},
|
|
||||||
"osx.10.10-x64": {},
|
|
||||||
"osx.10.11-x64": {},
|
|
||||||
"ubuntu.14.04-x64": {},
|
|
||||||
"centos.7-x64": {},
|
|
||||||
"rhel.7.2-x64": {},
|
|
||||||
"debian.8.2-x64": {}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"runtimes": {
|
||||||
|
"win7-x64": { },
|
||||||
|
"win7-x86": { },
|
||||||
|
"osx.10.10-x64": { },
|
||||||
|
"osx.10.11-x64": { },
|
||||||
|
"ubuntu.14.04-x64": { },
|
||||||
|
"centos.7-x64": { },
|
||||||
|
"rhel.7.2-x64": { },
|
||||||
|
"debian.8.2-x64": { }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50",
|
||||||
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
"net451": {}
|
||||||
"frameworks": {
|
}
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50",
|
|
||||||
"dependencies": {
|
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"net451": { }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
{
|
{
|
||||||
"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": {
|
||||||
},
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,20 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"nowarn": [ "CS1591" ],
|
"nowarn": [
|
||||||
"xmlDoc": true,
|
"CS1591"
|
||||||
"additionalArguments": [ "-highentropyva+" ]
|
],
|
||||||
},
|
"xmlDoc": true,
|
||||||
"dependencies": {
|
"additionalArguments": [
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"-highentropyva+"
|
||||||
},
|
]
|
||||||
|
},
|
||||||
"frameworks": {
|
"dependencies": {
|
||||||
"netstandardapp1.5": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"imports": "dnxcore50"
|
},
|
||||||
}
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"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": {
|
||||||
|
@ -13,4 +12,4 @@
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,15 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"content": "testcontentfile.txt",
|
||||||
|
"frameworks": {
|
||||||
"content": "testcontentfile.txt",
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"TestLibrary": {
|
||||||
|
"target": "project",
|
||||||
|
"version": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"dependencies": {
|
},
|
||||||
"TestLibrary": { "target":"project", "version":"1.0.0-*" },
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"imports": "dnxcore50"
|
||||||
},
|
|
||||||
|
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,20 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"nowarn": [ "CS1591" ],
|
"nowarn": [
|
||||||
"xmlDoc": true,
|
"CS1591"
|
||||||
"additionalArguments": [ "-highentropyva+" ]
|
],
|
||||||
},
|
"xmlDoc": true,
|
||||||
"dependencies": {
|
"additionalArguments": [
|
||||||
"NETStandard.Library": "1.0.0-rc2-23811"
|
"-highentropyva+"
|
||||||
},
|
]
|
||||||
|
},
|
||||||
"frameworks": {
|
"dependencies": {
|
||||||
"netstandardapp1.5": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"imports": "dnxcore50"
|
},
|
||||||
}
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,24 +1,21 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"scripts": {
|
|
||||||
"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%?"],
|
|
||||||
|
|
||||||
"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%?"]
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"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%?" ],
|
||||||
|
|
||||||
|
"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%?" ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,24 +1,27 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"TestLibrary": {
|
||||||
|
"target": "project",
|
||||||
|
"version": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"dependencies": {
|
},
|
||||||
"TestLibrary": { "target":"project", "version":"1.0.0-*" },
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"imports": "dnxcore50"
|
||||||
},
|
|
||||||
|
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"scripts": {
|
|
||||||
"prepublish" : ["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%?"]
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"prepublish": [
|
||||||
|
"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,17 +1,20 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"nowarn": [ "CS1591" ],
|
"nowarn": [
|
||||||
"xmlDoc": true,
|
"CS1591"
|
||||||
"additionalArguments": [ "-highentropyva+" ]
|
],
|
||||||
},
|
"xmlDoc": true,
|
||||||
"dependencies": {
|
"additionalArguments": [
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"-highentropyva+"
|
||||||
},
|
]
|
||||||
|
},
|
||||||
"frameworks": {
|
"dependencies": {
|
||||||
"netstandardapp1.5": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"imports": "dnxcore50"
|
},
|
||||||
}
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"TestLibraryWithAppDependency": {
|
||||||
|
"target": "project",
|
||||||
|
"version": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"dependencies": {
|
},
|
||||||
"TestLibraryWithAppDependency": { "target":"project", "version":"1.0.0-*" },
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"imports": "dnxcore50"
|
||||||
},
|
|
||||||
|
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
{
|
{
|
||||||
"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": {
|
},
|
||||||
"netstandardapp1.5": {
|
"frameworks": {
|
||||||
"imports": "dnxcore50"
|
"netstandardapp1.5": {
|
||||||
}
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"TestLibrary": {
|
||||||
|
"target": "project",
|
||||||
|
"version": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"dependencies": {
|
},
|
||||||
"TestLibrary": { "target":"project", "version":"1.0.0-*" },
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"imports": "dnxcore50"
|
||||||
},
|
|
||||||
|
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"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.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,22 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "6.0.0",
|
"Newtonsoft.Json": "6.0.0",
|
||||||
"TestLibraryGreater": {"target":"project"}
|
"TestLibraryGreater": {
|
||||||
},
|
"target": "project"
|
||||||
|
|
||||||
"frameworks": {
|
|
||||||
"net451": { },
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net45+wp80+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net451": {},
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": [
|
||||||
|
"dnxcore50",
|
||||||
|
"portable-net45+wp80+win8"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"System.Runtime.Analyzers": {
|
||||||
"System.Runtime.Analyzers": { "version": "1.1.0", "type": "build" }
|
"version": "1.1.0",
|
||||||
},
|
"type": "build"
|
||||||
|
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,23 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"nowarn": [ "CS1591" ],
|
"nowarn": [
|
||||||
"xmlDoc": true,
|
"CS1591"
|
||||||
"additionalArguments": [ "-highentropyva+" ]
|
],
|
||||||
},
|
"xmlDoc": true,
|
||||||
"dependencies": {
|
"additionalArguments": [
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"-highentropyva+"
|
||||||
},
|
]
|
||||||
"configurations": {
|
},
|
||||||
"Test": {
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
}
|
},
|
||||||
},
|
"configurations": {
|
||||||
"frameworks": {
|
"Test": {}
|
||||||
"netstandardapp1.5": {
|
},
|
||||||
"imports": "dnxcore50"
|
"frameworks": {
|
||||||
}
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": false
|
"emitEntryPoint": false
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"dependencies": { },
|
"frameworks": {
|
||||||
|
"net20": {},
|
||||||
"frameworks": {
|
"net35": {},
|
||||||
"net20": { },
|
"net40": {},
|
||||||
"net35": { },
|
"net461": {},
|
||||||
"net40": { },
|
"netstandardapp1.5": {
|
||||||
"net461": { },
|
"imports": "dnxcore50",
|
||||||
"netstandardapp1.5": {
|
"dependencies": {
|
||||||
"imports": "dnxcore50",
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"dependencies": {
|
}
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"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"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"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": {
|
||||||
},
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,13 @@
|
||||||
{
|
{
|
||||||
"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": {
|
||||||
},
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,12 @@
|
||||||
{
|
{
|
||||||
"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": {
|
||||||
},
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,15 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"xmlDoc": true
|
"xmlDoc": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,13 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"System.Diagnostics.Process": "4.1.0-rc2-23911",
|
||||||
"System.Diagnostics.Process": "4.1.0-rc2-23901",
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandard1.3": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandard1.3": {
|
|
||||||
"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;
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
|
|
||||||
private static List<string> GetAssembliesToCrossGen()
|
private static List<string> GetAssembliesToCrossGen()
|
||||||
{
|
{
|
||||||
var list = new List<string>
|
return new List<string>
|
||||||
{
|
{
|
||||||
"System.Collections.Immutable.dll",
|
"System.Collections.Immutable.dll",
|
||||||
"System.Reflection.Metadata.dll",
|
"System.Reflection.Metadata.dll",
|
||||||
|
@ -358,15 +358,6 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
"csc.dll",
|
"csc.dll",
|
||||||
"vbc.dll"
|
"vbc.dll"
|
||||||
};
|
};
|
||||||
|
|
||||||
// mscorlib is already crossgenned on Windows
|
|
||||||
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
|
||||||
{
|
|
||||||
// mscorlib has to be crossgenned first
|
|
||||||
list.Insert(0, "mscorlib.dll");
|
|
||||||
}
|
|
||||||
|
|
||||||
return list;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,23 +1,21 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "Build scripts for dotnet-cli",
|
"description": "Build scripts for dotnet-cli",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"System.IO.Compression.ZipFile": "4.0.1-rc2-23911",
|
||||||
"System.IO.Compression.ZipFile": "4.0.1-rc2-23901",
|
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23911",
|
||||||
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23901",
|
"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": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": [ "dnxcore50", "portable-net45+win8" ]
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": ["dnxcore50", "portable-net45+win8"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,27 +1,27 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Runtime": {
|
"System.Runtime": {
|
||||||
"type": "build"
|
"type": "build"
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"netstandard1.3": {
|
|
||||||
"imports": "dnxcore50",
|
|
||||||
"dependencies": {
|
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
|
||||||
"System.Diagnostics.Process": "4.1.0-rc2-23901"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"netstandard1.3": {
|
||||||
|
"imports": "dnxcore50",
|
||||||
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
|
"System.Diagnostics.Process": "4.1.0-rc2-23911"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"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-*",
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||||
"Microsoft.DotNet.Files": "1.0.0-*"
|
"Microsoft.DotNet.Files": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
"portable-net45+win8"
|
"portable-net45+win8"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {}
|
"scripts": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"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-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {}
|
"scripts": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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": {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"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": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
"portable-net45+win8"
|
"portable-net45+win8"
|
||||||
]
|
]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,47 +1,47 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
|
},
|
||||||
|
"description": "Types to model a .NET Project",
|
||||||
|
"dependencies": {
|
||||||
|
"System.Reflection.Metadata": "1.2.0-rc2-23911",
|
||||||
|
"NuGet.Packaging": "3.4.0-rtm-0733",
|
||||||
|
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
|
||||||
|
"Microsoft.Extensions.JsonParser.Sources": {
|
||||||
|
"type": "build",
|
||||||
|
"version": "1.0.0-rc2-16453"
|
||||||
},
|
},
|
||||||
"description": "Types to model a .NET Project",
|
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
||||||
"dependencies": {
|
"type": "build",
|
||||||
"System.Reflection.Metadata": "1.2.0-rc2-23901",
|
"version": "1.0.0-rc2-16054"
|
||||||
"NuGet.Packaging": "3.4.0-rtm-0733",
|
|
||||||
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
|
|
||||||
"Microsoft.Extensions.JsonParser.Sources": {
|
|
||||||
"type": "build",
|
|
||||||
"version": "1.0.0-rc2-16453"
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
|
||||||
"type": "build",
|
|
||||||
"version": "1.0.0-rc2-16054"
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.DependencyModel": "1.0.0-*"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"Microsoft.Extensions.DependencyModel": "1.0.0-*"
|
||||||
"net451": {
|
},
|
||||||
"frameworkAssemblies": {
|
"frameworks": {
|
||||||
"System.Runtime": {
|
"net451": {
|
||||||
"type": "build"
|
"frameworkAssemblies": {
|
||||||
},
|
"System.Runtime": {
|
||||||
"System.Collections": {
|
"type": "build"
|
||||||
"type": "build"
|
|
||||||
},
|
|
||||||
"System.IO": {
|
|
||||||
"type": "build"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"netstandard1.3": {
|
"System.Collections": {
|
||||||
"imports": "dnxcore50",
|
"type": "build"
|
||||||
"dependencies": {
|
},
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"System.IO": {
|
||||||
"System.Dynamic.Runtime": "4.0.11-rc2-23901",
|
"type": "build"
|
||||||
"System.Runtime.Loader": "4.0.0-rc2-23901",
|
|
||||||
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23901",
|
|
||||||
"Microsoft.CSharp": "4.0.1-rc2-23901",
|
|
||||||
"System.Xml.XDocument": "4.0.11-rc2-23901"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"netstandard1.3": {
|
||||||
|
"imports": "dnxcore50",
|
||||||
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
|
"System.Dynamic.Runtime": "4.0.11-rc2-23911",
|
||||||
|
"System.Runtime.Loader": "4.0.0-rc2-23911",
|
||||||
|
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23911",
|
||||||
|
"Microsoft.CSharp": "4.0.1-rc2-23911",
|
||||||
|
"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": {
|
||||||
|
|
|
@ -1,39 +1,38 @@
|
||||||
{
|
{
|
||||||
"description": "Abstractions for reading `.deps` files.",
|
"description": "Abstractions for reading `.deps` files.",
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/dotnet/cli"
|
"url": "git://github.com/dotnet/cli"
|
||||||
|
},
|
||||||
|
"compilationOptions": {
|
||||||
|
"warningsAsErrors": true,
|
||||||
|
"keyFile": "../../tools/Key.snk"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
||||||
|
"type": "build",
|
||||||
|
"version": "1.0.0-rc2-16054"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"Microsoft.DotNet.InternalAbstractions": {
|
||||||
"warningsAsErrors": true,
|
"target": "project",
|
||||||
"keyFile": "../../tools/Key.snk"
|
"version": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"Newtonsoft.Json": "7.0.1",
|
||||||
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
||||||
"type": "build",
|
},
|
||||||
"version": "1.0.0-rc2-16054"
|
"frameworks": {
|
||||||
},
|
"net451": {},
|
||||||
"Microsoft.DotNet.InternalAbstractions": {
|
"netstandard1.3": {
|
||||||
"target": "project",
|
"imports": "dnxcore50",
|
||||||
"version": "1.0.0-*"
|
"dependencies": {
|
||||||
},
|
"System.IO.FileSystem": "4.0.1-rc2-23911",
|
||||||
|
"System.Linq": "4.0.1-rc2-23911",
|
||||||
"Newtonsoft.Json": "7.0.1",
|
"System.Runtime": "4.0.21-rc2-23911",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
|
"System.Reflection": "4.1.0-rc2-23911",
|
||||||
},
|
"System.Dynamic.Runtime": "4.0.11-rc2-23911"
|
||||||
"frameworks": {
|
}
|
||||||
"net451": {},
|
}
|
||||||
"netstandard1.3": {
|
},
|
||||||
"imports": "dnxcore50",
|
"scripts": {}
|
||||||
"dependencies": {
|
}
|
||||||
"System.IO.FileSystem": "4.0.1-rc2-23901",
|
|
||||||
"System.Linq": "4.0.1-rc2-23901",
|
|
||||||
"System.Runtime": "4.0.21-rc2-23901",
|
|
||||||
"System.Reflection": "4.1.0-rc2-23901",
|
|
||||||
"System.Dynamic.Runtime": "4.0.11-rc2-23901"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scripts": {}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
{
|
{
|
||||||
"description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.",
|
"description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.",
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/dotnet/cli"
|
"url": "git://github.com/dotnet/cli"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "7.0.1",
|
"Newtonsoft.Json": "7.0.1",
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-16040"
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-16040"
|
||||||
},
|
},
|
||||||
"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",
|
||||||
"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",
|
||||||
}
|
"System.Reflection.TypeExtensions": "4.1.0-rc2-23911"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"scripts": {}
|
},
|
||||||
}
|
"scripts": {}
|
||||||
|
}
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"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",
|
||||||
"Microsoft.DotNet.AppDep":"1.0.6-prerelease-00003"
|
"Microsoft.DotNet.AppDep": "1.0.6-prerelease-00003"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,22 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"compilerName": "fsc",
|
||||||
"compilerName": "fsc",
|
"compileFiles": [
|
||||||
"compileFiles": [
|
"Program.fs"
|
||||||
"Program.fs"
|
],
|
||||||
],
|
"dependencies": {
|
||||||
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
},
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901"
|
"frameworks": {
|
||||||
},
|
"netstandardapp1.5": {
|
||||||
|
"imports": "dnxcore50"
|
||||||
"frameworks": {
|
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": "dnxcore50"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,77 +1,75 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
},
|
||||||
|
"compileExclude": [
|
||||||
|
"commands/dotnet-new/CSharp_Console/**",
|
||||||
|
"commands/dotnet-new/FSharp_Console/**"
|
||||||
|
],
|
||||||
|
"resource": [
|
||||||
|
"commands/dotnet-new/CSharp_Console/NuGet.Config",
|
||||||
|
"commands/dotnet-new/CSharp_Console/Program.cs",
|
||||||
|
"commands/dotnet-new/CSharp_Console/project.json.template",
|
||||||
|
"commands/dotnet-new/FSharp_Console/NuGet.config",
|
||||||
|
"commands/dotnet-new/FSharp_Console/Program.fs",
|
||||||
|
"commands/dotnet-new/FSharp_Console/project.json.template"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"Newtonsoft.Json": "7.0.1",
|
||||||
|
"Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160225-02",
|
||||||
|
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218",
|
||||||
|
"Microsoft.Net.CSharp.Interactive.netcore": "1.3.0-beta1-20160225-02",
|
||||||
|
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160225-02",
|
||||||
|
"Microsoft.DiaSymReader.Native": "1.3.3",
|
||||||
|
"NuGet.CommandLine.XPlat": "3.4.0-rtm-0733",
|
||||||
|
"System.CommandLine": "0.1.0-e160119-1",
|
||||||
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||||
|
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||||
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||||
|
"Microsoft.DotNet.ILCompiler.SDK": "1.0.6-prerelease-00003",
|
||||||
|
"Microsoft.Extensions.Logging": "1.0.0-rc2-16040",
|
||||||
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-16040",
|
||||||
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
||||||
|
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
||||||
|
"type": "build",
|
||||||
|
"version": "1.0.0-rc2-16453"
|
||||||
},
|
},
|
||||||
"compileExclude": [
|
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
|
||||||
"commands/dotnet-new/CSharp_Console/**",
|
"version": "1.0.0-rc2-16453",
|
||||||
"commands/dotnet-new/FSharp_Console/**"
|
"type": "build"
|
||||||
],
|
|
||||||
"resource": [
|
|
||||||
"commands/dotnet-new/CSharp_Console/NuGet.Config",
|
|
||||||
"commands/dotnet-new/CSharp_Console/Program.cs",
|
|
||||||
"commands/dotnet-new/CSharp_Console/project.json.template",
|
|
||||||
"commands/dotnet-new/FSharp_Console/NuGet.config",
|
|
||||||
"commands/dotnet-new/FSharp_Console/Program.fs",
|
|
||||||
"commands/dotnet-new/FSharp_Console/project.json.template"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
|
||||||
"Newtonsoft.Json": "7.0.1",
|
|
||||||
|
|
||||||
"Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160225-02",
|
|
||||||
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218",
|
|
||||||
"Microsoft.Net.CSharp.Interactive.netcore": "1.3.0-beta1-20160225-02",
|
|
||||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160225-02",
|
|
||||||
"Microsoft.DiaSymReader.Native": "1.3.3",
|
|
||||||
|
|
||||||
"NuGet.CommandLine.XPlat": "3.4.0-rtm-0733",
|
|
||||||
"System.CommandLine": "0.1.0-e160119-1",
|
|
||||||
|
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
|
||||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
|
||||||
"Microsoft.DotNet.ILCompiler.SDK": "1.0.6-prerelease-00003",
|
|
||||||
|
|
||||||
"Microsoft.Extensions.Logging": "1.0.0-rc2-16040",
|
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-16040",
|
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
|
||||||
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
|
||||||
"type": "build",
|
|
||||||
"version": "1.0.0-rc2-16453"
|
|
||||||
},
|
|
||||||
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
|
|
||||||
"version": "1.0.0-rc2-16453",
|
|
||||||
"type": "build"
|
|
||||||
},
|
|
||||||
"Microsoft.Dnx.Runtime.Sources": {
|
|
||||||
"version": "1.0.0-rc2-16453",
|
|
||||||
"type": "build"
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-*",
|
|
||||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23901",
|
|
||||||
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23901",
|
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
|
||||||
"System.Reflection.Metadata": "1.3.0-beta-23901",
|
|
||||||
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23901",
|
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-rc2-23901",
|
|
||||||
"System.Linq.Expressions": "4.0.11-rc2-23901",
|
|
||||||
"System.Xml.XDocument": "4.0.11-rc2-23901",
|
|
||||||
"System.Resources.ReaderWriter": "4.0.0-rc2-23901",
|
|
||||||
"System.Net.Sockets": "4.1.0-rc2-23901",
|
|
||||||
"System.IO.Compression.ZipFile": "4.0.1-rc2-23901",
|
|
||||||
"System.Threading.ThreadPool": "4.0.10-rc2-23901",
|
|
||||||
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23901",
|
|
||||||
|
|
||||||
"System.Private.DataContractSerialization": "4.1.0-rc2-23901"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"Microsoft.Dnx.Runtime.Sources": {
|
||||||
"netstandardapp1.5": {
|
"version": "1.0.0-rc2-16453",
|
||||||
"imports": [
|
"type": "build"
|
||||||
"dnxcore50",
|
|
||||||
"portable-net45+win8"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-*",
|
||||||
|
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23911",
|
||||||
|
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23911",
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
|
"System.Reflection.Metadata": "1.3.0-rc2-23911",
|
||||||
|
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23911",
|
||||||
|
"System.Diagnostics.TraceSource": "4.0.0-rc2-23911",
|
||||||
|
"System.Linq.Expressions": "4.0.11-rc2-23911",
|
||||||
|
"System.Xml.XDocument": "4.0.11-rc2-23911",
|
||||||
|
"System.Resources.ReaderWriter": "4.0.0-rc2-23911",
|
||||||
|
"System.Net.Sockets": "4.1.0-rc2-23911",
|
||||||
|
"System.IO.Compression.ZipFile": "4.0.1-rc2-23911",
|
||||||
|
"System.Threading.ThreadPool": "4.0.10-rc2-23911",
|
||||||
|
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23911",
|
||||||
|
"System.Private.DataContractSerialization": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.Win32.Registry": {
|
||||||
|
"version": "4.0.0-rc2-23911",
|
||||||
|
"exclude": "Compile"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": [
|
||||||
|
"dnxcore50",
|
||||||
|
"portable-net45+win8"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scripts": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,31 +1,33 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"dependencies": {
|
"target": "project"
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
|
||||||
|
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
||||||
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
||||||
|
|
||||||
"xunit": "2.1.0",
|
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
|
||||||
},
|
},
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"frameworks": {
|
"target": "project"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net45+win8"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
"xunit": "2.1.0",
|
||||||
"testRunner": "xunit",
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
|
},
|
||||||
"scripts": { "precompile": "dotnet build ../ArgumentsReflector/project.json --framework netstandardapp1.5 --runtime %compile:RuntimeIdentifier% --output %compile:RuntimeOutputDir%" }
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": [
|
||||||
|
"dnxcore50",
|
||||||
|
"portable-net45+win8"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"testRunner": "xunit",
|
||||||
|
"scripts": {
|
||||||
|
"precompile": "dotnet build ../ArgumentsReflector/project.json --framework netstandardapp1.5 --runtime %compile:RuntimeIdentifier% --output %compile:RuntimeOutputDir%"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911"
|
||||||
"NETStandard.Library" : "1.0.0-rc2-23901"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": "dnxcore50"
|
||||||
"netstandardapp1.5": {
|
}
|
||||||
"imports": "dnxcore50"
|
},
|
||||||
}
|
"content": [
|
||||||
},
|
"reflector_cmd.cmd"
|
||||||
|
]
|
||||||
"content": ["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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,39 +1,38 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
"Microsoft.DotNet.Cli.Utils": {
|
||||||
"dependencies": {
|
"target": "project"
|
||||||
"NETStandard.Library" : "1.0.0-rc2-23901",
|
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
|
||||||
|
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
||||||
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
|
||||||
|
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
||||||
|
|
||||||
"moq.netcore": "4.4.0-beta8",
|
|
||||||
"xunit": "2.1.0",
|
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
|
||||||
},
|
},
|
||||||
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
"frameworks": {
|
"target": "project"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net45+win8"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
"moq.netcore": "4.4.0-beta8",
|
||||||
"content": [
|
"xunit": "2.1.0",
|
||||||
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
"../../TestAssets/TestProjects/TestAppWithArgs/*",
|
},
|
||||||
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
"frameworks": {
|
||||||
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
"netstandardapp1.5": {
|
||||||
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
"imports": [
|
||||||
],
|
"dnxcore50",
|
||||||
|
"portable-net45+win8"
|
||||||
"testRunner": "xunit"
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"content": [
|
||||||
|
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
|
||||||
|
"../../TestAssets/TestProjects/TestAppWithArgs/*",
|
||||||
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
||||||
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
||||||
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
||||||
|
],
|
||||||
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,26 +1,27 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"System.IO.Compression": "4.1.0-rc2-23911",
|
||||||
"System.IO.Compression": "4.1.0-rc2-23901",
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||||
|
"target": "project"
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
||||||
"Microsoft.DotNet.Compiler.Common": { "target": "project" },
|
|
||||||
|
|
||||||
"xunit": "2.1.0",
|
|
||||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
|
||||||
},
|
},
|
||||||
|
"Microsoft.DotNet.ProjectModel": {
|
||||||
"frameworks": {
|
"target": "project"
|
||||||
"netstandardapp1.5": {
|
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net45+win8"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
"Microsoft.DotNet.Compiler.Common": {
|
||||||
"testRunner": "xunit"
|
"target": "project"
|
||||||
|
},
|
||||||
|
"xunit": "2.1.0",
|
||||||
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
|
"imports": [
|
||||||
|
"dnxcore50",
|
||||||
|
"portable-net45+win8"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,32 +1,30 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
|
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"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",
|
"Microsoft.DotNet.InternalAbstractions": {
|
||||||
"Microsoft.DotNet.InternalAbstractions": {
|
"target": "project",
|
||||||
"target": "project",
|
"version": "1.0.0-*"
|
||||||
"version": "1.0.0-*"
|
}
|
||||||
}
|
},
|
||||||
},
|
"frameworks": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": [
|
||||||
"netstandardapp1.5": {
|
"dnxcore50",
|
||||||
"imports": [
|
"portable-net45+win8"
|
||||||
"dnxcore50",
|
]
|
||||||
"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,26 @@
|
||||||
{
|
{
|
||||||
"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.Win32.Registry": {
|
||||||
|
"version": "4.0.0-rc2-23911",
|
||||||
|
"exclude": "Compile"
|
||||||
|
},
|
||||||
|
"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 +29,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,20 +1,29 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet": { "target": "project" },
|
"dotnet": {
|
||||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
"target": "project"
|
||||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
},
|
||||||
|
"Microsoft.Win32.Registry": {
|
||||||
|
"version": "4.0.0-rc2-23911",
|
||||||
|
"exclude": "Compile"
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
"portable-net45+win8"
|
"portable-net45+win8"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,20 @@
|
||||||
{
|
{
|
||||||
"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"
|
||||||
|
},
|
||||||
|
"Microsoft.Win32.Registry": {
|
||||||
|
"version": "4.0.0-rc2-23911",
|
||||||
|
"exclude": "Compile"
|
||||||
|
},
|
||||||
"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 +23,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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,19 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"name": "pjvalidate",
|
"name": "pjvalidate",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23901",
|
"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": {
|
||||||
|
"netstandardapp1.5": {
|
||||||
"frameworks": {
|
"imports": [
|
||||||
"netstandardapp1.5": {
|
"dnxcore50"
|
||||||
"imports": [
|
]
|
||||||
"dnxcore50"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue