Add Microsoft.NETCore.Platforms to allow building with dnu
This commit is contained in:
Родитель
c43518e23d
Коммит
0ad126ccf6
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.CompilationAbstractions": "1.0.0-*"
|
||||
"Microsoft.Extensions.CompilationAbstractions": "1.0.0-*",
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
|
|
|
@ -6,5 +6,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"dependencies": { }
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"NoSuchPackage": "1.0.0"
|
||||
"NoSuchPackage": "1.0.0",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"EmptyLibrary": ""
|
||||
"EmptyLibrary": "",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"dnxcore50": {
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
"Microsoft.Dnx.Runtime.CommandParsing.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Dnx.Runtime.Internals": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Dnx.Runtime.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": { "version": "1.0.0-*", "type": "build" }
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.CompilationAbstractions": "1.0.0-*",
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-*"
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
"Microsoft.Dnx.Runtime.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
}
|
||||
},
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
@ -1,43 +1,49 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "ASP.NET 5 Roslyn compiler implementation.",
|
||||
"compilationOptions": {
|
||||
"define": [ "TRACE" ],
|
||||
"allowUnsafe": true,
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
"version": "1.0.0-*",
|
||||
"description": "ASP.NET 5 Roslyn compiler implementation.",
|
||||
"compilationOptions": {
|
||||
"define": [ "TRACE" ],
|
||||
"allowUnsafe": true,
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Compilation": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.CSharp.Common": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Compilation": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.CSharp.Common": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Extensions.CompilationAbstractions": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": { "version": "1.0.0-*", "type": "build" }
|
||||
"Microsoft.Extensions.CompilationAbstractions": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Collections": "",
|
||||
"System.IO": "",
|
||||
"System.Threading.Tasks": "",
|
||||
"System.Text.Encoding": ""
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Collections.Concurrent": "4.0.11-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-*",
|
||||
"System.IO.FileSystem": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Collections": "",
|
||||
"System.IO": "",
|
||||
"System.Threading.Tasks": "",
|
||||
"System.Text.Encoding": ""
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"postbuild": [
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x86/bin",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x86/bin",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x64/bin",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x64/bin",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-mono/bin"
|
||||
]
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Collections.Concurrent": "4.0.11-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-*",
|
||||
"System.IO.FileSystem": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"postbuild": [
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x86/bin",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x86/bin",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x64/bin",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x64/bin",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-mono/bin"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"Microsoft.Dnx.Runtime.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
}
|
||||
},
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
},
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*"
|
||||
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
|
|
|
@ -1,44 +1,50 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Compilation.CSharp": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.DesignTime": "1.0.0-*",
|
||||
"Microsoft.Dnx.DesignTimeHost.Abstractions": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Dnx.Runtime.Internals": { "version": "1.0.0-*", "type": "build" },
|
||||
"Newtonsoft.Json": "6.0.6"
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Compilation.CSharp": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.DesignTime": "1.0.0-*",
|
||||
"Microsoft.Dnx.DesignTimeHost.Abstractions": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"compilationOptions": {
|
||||
"define": [ "TRACE" ],
|
||||
"warningsAsErrors": true,
|
||||
"emitEntryPoint": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
"Microsoft.Dnx.Runtime.Internals": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Net": ""
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Process": "4.1.0-*",
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Threading.ThreadPool": "4.0.10-*"
|
||||
}
|
||||
}
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Newtonsoft.Json": "6.0.6"
|
||||
},
|
||||
"compilationOptions": {
|
||||
"define": [ "TRACE" ],
|
||||
"warningsAsErrors": true,
|
||||
"emitEntryPoint": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Net": ""
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"postbuild": [
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x86/bin/lib/Microsoft.Dnx.DesignTimeHost",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x86/bin/lib/Microsoft.Dnx.DesignTimeHost",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x64/bin/lib/Microsoft.Dnx.DesignTimeHost",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x64/bin/lib/Microsoft.Dnx.DesignTimeHost",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-mono/bin/lib/Microsoft.Dnx.DesignTimeHost"
|
||||
]
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Process": "4.1.0-*",
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Threading.ThreadPool": "4.0.10-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"postbuild": [
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x86/bin/lib/Microsoft.Dnx.DesignTimeHost",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x86/bin/lib/Microsoft.Dnx.DesignTimeHost",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x64/bin/lib/Microsoft.Dnx.DesignTimeHost",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x64/bin/lib/Microsoft.Dnx.DesignTimeHost",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-mono/bin/lib/Microsoft.Dnx.DesignTimeHost"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,8 @@
|
|||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-*"
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
|
|
|
@ -1,68 +1,87 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"emitEntryPoint": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"emitEntryPoint": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"compile": [
|
||||
"../../submodules/FileSystem/src/Microsoft.Extensions.FileSystemGlobbing/**/*.cs"
|
||||
],
|
||||
"preprocess": [
|
||||
"../../ext/compiler/preprocess/Internalization.cs"
|
||||
],
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Compilation": "1.0.0-*",
|
||||
"Microsoft.Dnx.Project": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"compile": [
|
||||
"../../submodules/FileSystem/src/Microsoft.Extensions.FileSystemGlobbing/**/*.cs"
|
||||
],
|
||||
"preprocess": [
|
||||
"../../ext/compiler/preprocess/Internalization.cs"
|
||||
],
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Compilation": "1.0.0-*",
|
||||
"Microsoft.Dnx.Project": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.CommandParsing.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Dnx.Runtime.Internals": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Dnx.Runtime.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.CSharp.Abstractions": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||
"Microsoft.Extensions.HashCodeCombiner.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||
"Newtonsoft.Json": "6.0.6"
|
||||
"Microsoft.Dnx.Runtime.Internals": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Collections": "",
|
||||
"System.IO": "",
|
||||
"System.IO.Compression": "",
|
||||
"System.Net.Http": "",
|
||||
"System.Runtime": "",
|
||||
"System.Runtime.Serialization": "",
|
||||
"System.Security": "",
|
||||
"System.Xml": "",
|
||||
"System.Xml.Linq": ""
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.IO.FileSystem.Primitives": "4.0.1-*",
|
||||
"System.Threading.Tasks.Parallel": "4.0.1-*",
|
||||
"System.Linq.Parallel": "4.0.1-*",
|
||||
"System.Net.Http": "4.0.1-*",
|
||||
"System.ObjectModel": "4.0.11-*",
|
||||
"System.Reflection.TypeExtensions": "4.1.0-*",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.0-*",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
||||
"System.Text.RegularExpressions": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
"Microsoft.Dnx.Runtime.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
|
||||
"commands": {
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.CSharp.Abstractions": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"postbuild": [
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x86/bin/lib/Microsoft.Dnx.Tooling",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x86/bin/lib/Microsoft.Dnx.Tooling",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x64/bin/lib/Microsoft.Dnx.Tooling",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x64/bin/lib/Microsoft.Dnx.Tooling",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-mono/bin/lib/Microsoft.Dnx.Tooling"
|
||||
]
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Newtonsoft.Json": "6.0.6"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Collections": "",
|
||||
"System.IO": "",
|
||||
"System.IO.Compression": "",
|
||||
"System.Net.Http": "",
|
||||
"System.Runtime": "",
|
||||
"System.Runtime.Serialization": "",
|
||||
"System.Security": "",
|
||||
"System.Xml": "",
|
||||
"System.Xml.Linq": ""
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.IO.FileSystem.Primitives": "4.0.1-*",
|
||||
"System.Threading.Tasks.Parallel": "4.0.1-*",
|
||||
"System.Linq.Parallel": "4.0.1-*",
|
||||
"System.Net.Http": "4.0.1-*",
|
||||
"System.ObjectModel": "4.0.11-*",
|
||||
"System.Reflection.TypeExtensions": "4.1.0-*",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.0-*",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
||||
"System.Text.RegularExpressions": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"commands": {
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"postbuild": [
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x86/bin/lib/Microsoft.Dnx.Tooling",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x86/bin/lib/Microsoft.Dnx.Tooling",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-clr-win-x64/bin/lib/Microsoft.Dnx.Tooling",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnxcore50/*.*\" %project:Directory%/../../artifacts/build/dnx-coreclr-win-x64/bin/lib/Microsoft.Dnx.Tooling",
|
||||
"%project:Directory%/../../build/batchcopy \"%project:BuildOutputDir%/Debug/dnx451/*.*\" %project:Directory%/../../artifacts/build/dnx-mono/bin/lib/Microsoft.Dnx.Tooling"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,46 +1,46 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "List of dependencies to copy into DNX bin",
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Host": "1.0.0-*",
|
||||
"Microsoft.Dnx.ApplicationHost": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.CSharp": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.DesignTime": "1.0.0-*"
|
||||
"version": "1.0.0-*",
|
||||
"description": "List of dependencies to copy into DNX bin",
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Host": "1.0.0-*",
|
||||
"Microsoft.Dnx.ApplicationHost": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.CSharp": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.DesignTime": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"Microsoft.CSharp": "4.0.1-*",
|
||||
"Microsoft.Dnx.Host.CoreClr": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-*",
|
||||
"Microsoft.VisualBasic": "10.0.1-*",
|
||||
"Microsoft.Win32.Primitives": "4.0.1-*",
|
||||
"Microsoft.Win32.Registry.AccessControl": "4.0.0-*",
|
||||
"System.Diagnostics.Process": "4.1.0-*",
|
||||
"System.IO.Compression": "4.1.0-*",
|
||||
"System.IO.FileSystem.Primitives": "4.0.1-*",
|
||||
"System.IO.UnmanagedMemoryStream": "4.0.1-*",
|
||||
"System.Runtime.Serialization.Json": "4.0.1-*",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.0-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
|
||||
"System.Threading.Tasks.Parallel": "4.0.1-*",
|
||||
"System.Diagnostics.FileVersionInfo": "4.0.0-*",
|
||||
"System.Diagnostics.TraceSource": "4.0.0-*",
|
||||
"System.IO.Compression.ZipFile": "4.0.1-*",
|
||||
"System.IO.FileSystem.DriveInfo": "4.0.0-*",
|
||||
"System.IO.MemoryMappedFiles": "4.0.0-*",
|
||||
"System.IO.Pipes": "4.0.0-*",
|
||||
"System.Net.Http": "4.0.1-*",
|
||||
"System.Net.NameResolution": "4.0.0-*",
|
||||
"System.Net.Requests": "4.0.11-*",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
|
||||
"System.Text.Encoding.CodePages": "4.0.1-*",
|
||||
"System.Threading": "4.0.11-*",
|
||||
"System.Globalization.Extensions": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"Microsoft.CSharp": "4.0.1-*",
|
||||
"Microsoft.Dnx.Host.CoreClr": "1.0.0-*",
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-*",
|
||||
"Microsoft.VisualBasic": "10.0.1-*",
|
||||
"Microsoft.Win32.Primitives": "4.0.1-*",
|
||||
"Microsoft.Win32.Registry.AccessControl": "4.0.0-*",
|
||||
"System.Diagnostics.Process": "4.1.0-*",
|
||||
"System.IO.Compression": "4.1.0-*",
|
||||
"System.IO.FileSystem.Primitives": "4.0.1-*",
|
||||
"System.IO.UnmanagedMemoryStream": "4.0.1-*",
|
||||
"System.Runtime.Serialization.Json": "4.0.1-*",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.0-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
|
||||
"System.Threading.Tasks.Parallel": "4.0.1-*",
|
||||
"System.Diagnostics.FileVersionInfo": "4.0.0-*",
|
||||
"System.Diagnostics.TraceSource": "4.0.0-*",
|
||||
"System.IO.Compression.ZipFile": "4.0.1-*",
|
||||
"System.IO.FileSystem.DriveInfo": "4.0.0-*",
|
||||
"System.IO.MemoryMappedFiles": "4.0.0-*",
|
||||
"System.IO.Pipes": "4.0.0-*",
|
||||
"System.Net.Http": "4.0.1-*",
|
||||
"System.Net.NameResolution": "4.0.0-*",
|
||||
"System.Net.Requests": "4.0.11-*",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
|
||||
"System.Text.Encoding.CodePages": "4.0.1-*",
|
||||
"System.Threading": "4.0.11-*",
|
||||
"System.Globalization.Extensions": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
"allowUnsafe": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": { },
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
},
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"Microsoft.Dnx.Testing.Framework": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"Microsoft.Dnx.Testing.Framework": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"Microsoft.Dnx.Testing.Framework": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
|
||||
|
|
|
@ -1,28 +1,29 @@
|
|||
{
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*",
|
||||
"Newtonsoft.Json": "6.0.6"
|
||||
},
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*",
|
||||
"Newtonsoft.Json": "6.0.6"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.IO.Compression.FileSystem": ""
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.IO.Compression.ZipFile": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.IO.Compression.FileSystem": ""
|
||||
}
|
||||
},
|
||||
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.IO.Compression.ZipFile": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
"dependencies": {
|
||||
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": { }
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,12 +2,13 @@
|
|||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.CSharp": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation.CSharp": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
{
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Compilation": "1.0.0-*",
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": { }
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Compilation": "1.0.0-*",
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": { }
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Microsoft.Dnx.DesignTimeHost": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"Microsoft.Dnx.Testing.Framework": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Newtonsoft.Json": "6.0.6",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.DesignTimeHost": "1.0.0-*",
|
||||
"Microsoft.Dnx.DesignTimeHost.Abstractions": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.DesignTimeHost": "1.0.0-*",
|
||||
"Microsoft.Dnx.DesignTimeHost.Abstractions": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
},
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
{
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Compilation": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
{
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": { }
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": { }
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Newtonsoft.Json": "6.0.6",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
|
@ -17,7 +18,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"Microsoft.Dnx.Testing.Framework": "1.0.0-*",
|
||||
"Microsoft.Dnx.Tooling": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"System.Reflection.Metadata": "1.0.21-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"Microsoft.Dnx.Testing.Framework": "1.0.0-*",
|
||||
"Microsoft.Dnx.Tooling": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"dependencies": {
|
||||
"System.Reflection.Metadata": "1.0.21-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.Sources": "1.0.0-*",
|
||||
"Microsoft.Dnx.Testing.Framework": "1.0.0-*",
|
||||
"Microsoft.Dnx.Tooling": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
},
|
||||
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
{
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Tooling": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": { }
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.CommonTestUtils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Tooling": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": { }
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": "1.0.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": { }
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": { }
|
||||
},
|
||||
|
||||
"commands": {
|
||||
"run": "xunit.runner.aspnet",
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
"commands": {
|
||||
"run": "xunit.runner.aspnet",
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче