提交 b6d86333 编写于 作者: T Tomas Matousek

Add System.Runtime.Numerics to CsiCore and VbiCore dependencies, update CoreFX...

Add System.Runtime.Numerics to CsiCore and VbiCore dependencies, update CoreFX versions to the same as csc/vbc core
上级 cc10b52b
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-beta-23401",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.1-beta-23401",
"Microsoft.NETCore.TestHost": "1.0.0-beta-23401",
"System.AppContext": "4.0.1-beta-23401",
"System.Collections": "4.0.11-beta-23401",
"System.Collections.Immutable": "1.1.37",
"System.Console": "4.0.0-beta-23401",
"System.Diagnostics.Debug": "4.0.11-beta-23401",
"System.Diagnostics.FileVersionInfo": "4.0.0-beta-23401",
"System.Diagnostics.Process": "4.1.0-beta-23401",
"System.Diagnostics.Tools": "4.0.1-beta-23401",
"System.Dynamic.Runtime": "4.0.11-beta-23401",
"System.IO.FileSystem": "4.0.1-beta-23401",
"System.IO.Pipes": "4.0.0-beta-23401",
"System.Linq": "4.0.1-beta-23401",
"System.Private.Uri": "4.0.1-beta-23401",
"System.Reflection": "4.1.0-beta-23401",
"System.Reflection.Primitives": "4.0.1-beta-23401",
"System.Resources.ResourceManager": "4.0.1-beta-23401",
"System.Runtime": "4.0.21-beta-23401",
"System.Runtime.Extensions": "4.0.11-beta-23401",
"System.Runtime.Handles": "4.0.1-beta-23401",
"System.Runtime.InteropServices": "4.0.21-beta-23401",
"System.Runtime.Loader": "4.0.0-beta-23401",
"System.Runtime.Serialization.Json": "4.0.1-beta-23401",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23401",
"System.Text.Encoding": "4.0.11-beta-23401",
"System.Text.Encoding.CodePages": "4.0.1-beta-23401",
"System.Text.Encoding.Extensions": "4.0.11-beta-23401",
"System.Threading": "4.0.11-beta-23401",
"System.Threading.Tasks": "4.0.11-beta-23401",
"System.Threading.Tasks.Parallel": "4.0.1-beta-23401",
"System.Threading.Thread": "4.0.0-beta-23401",
"System.Xml.XDocument": "4.0.11-beta-23401",
"System.Xml.XmlDocument": "4.0.1-beta-23401"
"Microsoft.NETCore.Platforms": "1.0.1-beta-23504",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.1-beta-23504",
"Microsoft.NETCore.TestHost": "1.0.0-beta-23504",
"System.AppContext": "4.0.1-beta-23504",
"System.Collections": "4.0.11-beta-23504",
"System.Collections.Immutable": "1.1.38-beta-23504",
"System.Console": "4.0.0-beta-23504",
"System.Diagnostics.Debug": "4.0.11-beta-23504",
"System.Diagnostics.FileVersionInfo": "4.0.0-beta-23504",
"System.Diagnostics.Process": "4.1.0-beta-23504",
"System.Diagnostics.StackTrace": "4.0.1-beta-23504",
"System.Diagnostics.Tools": "4.0.1-beta-23504",
"System.Dynamic.Runtime": "4.0.11-beta-23504",
"System.IO.FileSystem": "4.0.1-beta-23504",
"System.IO.FileSystem.Watcher": "4.0.0-beta-23504",
"System.IO.Pipes": "4.0.0-beta-23504",
"System.Linq": "4.0.1-beta-23504",
"System.Net.NameResolution": "4.0.0-beta-23504",
"System.Net.Sockets": "4.1.0-beta-23504",
"System.Private.Uri": "4.0.1-beta-23504",
"System.Reflection": "4.1.0-beta-23504",
"System.Reflection.Primitives": "4.0.1-beta-23504",
"System.Resources.ResourceManager": "4.0.1-beta-23504",
"System.Runtime": "4.0.21-beta-23504",
"System.Runtime.Extensions": "4.0.11-beta-23504",
"System.Runtime.Handles": "4.0.1-beta-23504",
"System.Runtime.InteropServices": "4.0.21-beta-23504",
"System.Runtime.Loader": "4.0.0-beta-23504",
"System.Runtime.Numerics": "4.0.1-beta-23504",
"System.Runtime.Serialization.Json": "4.0.1-beta-23504",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23504",
"System.Security.Cryptography.Encoding": "4.0.0-beta-23504",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23504",
"System.Text.Encoding": "4.0.11-beta-23504",
"System.Text.Encoding.CodePages": "4.0.1-beta-23504",
"System.Text.Encoding.Extensions": "4.0.11-beta-23504",
"System.Threading": "4.0.11-beta-23504",
"System.Threading.Tasks": "4.0.11-beta-23504",
"System.Threading.Tasks.Parallel": "4.0.1-beta-23504",
"System.Threading.Thread": "4.0.0-beta-23504",
"System.Xml.XDocument": "4.0.11-beta-23504",
"System.Xml.XmlDocument": "4.0.1-beta-23504",
"System.Xml.XPath.XDocument": "4.0.1-beta-23504",
},
"frameworks": {
"dnxcore50": {
......@@ -42,7 +50,8 @@
}
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { }
"win7-x64": {},
"ubuntu.14.04-x64": {},
"osx.10.10-x64": {}
}
}
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-beta-23401",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.1-beta-23401",
"Microsoft.NETCore.TestHost": "1.0.0-beta-23401",
"System.AppContext": "4.0.1-beta-23401",
"System.Collections": "4.0.11-beta-23401",
"System.Collections.Immutable": "1.1.37",
"System.Console": "4.0.0-beta-23401",
"System.Diagnostics.Debug": "4.0.11-beta-23401",
"System.Diagnostics.FileVersionInfo": "4.0.0-beta-23401",
"System.Diagnostics.Process": "4.1.0-beta-23401",
"System.Diagnostics.Tools": "4.0.1-beta-23401",
"System.Dynamic.Runtime": "4.0.11-beta-23401",
"System.IO.FileSystem": "4.0.1-beta-23401",
"System.IO.Pipes": "4.0.0-beta-23401",
"System.Linq": "4.0.1-beta-23401",
"System.Private.Uri": "4.0.1-beta-23401",
"System.Reflection": "4.1.0-beta-23401",
"System.Reflection.Primitives": "4.0.1-beta-23401",
"System.Resources.ResourceManager": "4.0.1-beta-23401",
"System.Runtime": "4.0.21-beta-23401",
"System.Runtime.Extensions": "4.0.11-beta-23401",
"System.Runtime.Handles": "4.0.1-beta-23401",
"System.Runtime.InteropServices": "4.0.21-beta-23401",
"System.Runtime.Loader": "4.0.0-beta-23401",
"System.Runtime.Serialization.Json": "4.0.1-beta-23401",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23401",
"System.Text.Encoding": "4.0.11-beta-23401",
"System.Text.Encoding.CodePages": "4.0.1-beta-23401",
"System.Text.Encoding.Extensions": "4.0.11-beta-23401",
"System.Threading": "4.0.11-beta-23401",
"System.Threading.Tasks": "4.0.11-beta-23401",
"System.Threading.Tasks.Parallel": "4.0.1-beta-23401",
"System.Threading.Thread": "4.0.0-beta-23401",
"System.Xml.XDocument": "4.0.11-beta-23401",
"System.Xml.XmlDocument": "4.0.1-beta-23401"
"Microsoft.NETCore.Platforms": "1.0.1-beta-23504",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.1-beta-23504",
"Microsoft.NETCore.TestHost": "1.0.0-beta-23504",
"System.AppContext": "4.0.1-beta-23504",
"System.Collections": "4.0.11-beta-23504",
"System.Collections.Immutable": "1.1.38-beta-23504",
"System.Console": "4.0.0-beta-23504",
"System.Diagnostics.Debug": "4.0.11-beta-23504",
"System.Diagnostics.FileVersionInfo": "4.0.0-beta-23504",
"System.Diagnostics.Process": "4.1.0-beta-23504",
"System.Diagnostics.StackTrace": "4.0.1-beta-23504",
"System.Diagnostics.Tools": "4.0.1-beta-23504",
"System.Dynamic.Runtime": "4.0.11-beta-23504",
"System.IO.FileSystem": "4.0.1-beta-23504",
"System.IO.FileSystem.Watcher": "4.0.0-beta-23504",
"System.IO.Pipes": "4.0.0-beta-23504",
"System.Linq": "4.0.1-beta-23504",
"System.Net.NameResolution": "4.0.0-beta-23504",
"System.Net.Sockets": "4.1.0-beta-23504",
"System.Private.Uri": "4.0.1-beta-23504",
"System.Reflection": "4.1.0-beta-23504",
"System.Reflection.Primitives": "4.0.1-beta-23504",
"System.Resources.ResourceManager": "4.0.1-beta-23504",
"System.Runtime": "4.0.21-beta-23504",
"System.Runtime.Extensions": "4.0.11-beta-23504",
"System.Runtime.Handles": "4.0.1-beta-23504",
"System.Runtime.InteropServices": "4.0.21-beta-23504",
"System.Runtime.Loader": "4.0.0-beta-23504",
"System.Runtime.Numerics": "4.0.1-beta-23504",
"System.Runtime.Serialization.Json": "4.0.1-beta-23504",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23504",
"System.Security.Cryptography.Encoding": "4.0.0-beta-23504",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23504",
"System.Text.Encoding": "4.0.11-beta-23504",
"System.Text.Encoding.CodePages": "4.0.1-beta-23504",
"System.Text.Encoding.Extensions": "4.0.11-beta-23504",
"System.Threading": "4.0.11-beta-23504",
"System.Threading.Tasks": "4.0.11-beta-23504",
"System.Threading.Tasks.Parallel": "4.0.1-beta-23504",
"System.Threading.Thread": "4.0.0-beta-23504",
"System.Xml.XDocument": "4.0.11-beta-23504",
"System.Xml.XmlDocument": "4.0.1-beta-23504",
"System.Xml.XPath.XDocument": "4.0.1-beta-23504",
},
"frameworks": {
"dnxcore50": {
......@@ -42,7 +50,8 @@
}
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { }
"win7-x64": {},
"ubuntu.14.04-x64": {},
"osx.10.10-x64": {}
}
}
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-beta-23401",
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-beta-23504",
"System.AppContext": "4.0.0",
"System.Collections": "4.0.10",
"System.Collections.Immutable": "1.1.37",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册