From 5267cf216f55c74701b1ee41f7346fb557985e55 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Tue, 31 Jan 2017 08:25:08 -0800 Subject: [PATCH] Clean up some changes --- src/Compilers/CSharp/CscCore/project.json | 36 +++++++++++++ .../VisualBasic/VbcCore/project.json | 38 +++++++++++++- src/Interactive/CsiCore/project.json | 52 ++++++++++++++++++- src/Interactive/VbiCore/project.json | 52 ++++++++++++++++++- .../DeployCoreClrTestRuntime/project.json | 49 ++++++++++++++++- 5 files changed, 221 insertions(+), 6 deletions(-) diff --git a/src/Compilers/CSharp/CscCore/project.json b/src/Compilers/CSharp/CscCore/project.json index c53f758af0a..5005dc4ac90 100644 --- a/src/Compilers/CSharp/CscCore/project.json +++ b/src/Compilers/CSharp/CscCore/project.json @@ -1,19 +1,55 @@ { "dependencies": { + "Microsoft.NETCore.Portable.Compatibility": "1.0.1", + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Runtime.CoreCLR": "1.1.0", + "Microsoft.NETCore.TestHost": "1.1.0", "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Collections.Immutable": "1.3.1", "System.Console": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Diagnostics.FileVersionInfo": "4.3.0", "System.Diagnostics.Process": "4.3.0", "System.Diagnostics.StackTrace": "4.3.0", "System.Diagnostics.Tools": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.IO.FileSystem.Watcher": "4.3.0", + "System.IO.Pipes": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", "System.Net.NameResolution": "4.3.0", "System.Net.Sockets": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Runtime.Loader": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Runtime.Serialization.Json": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.CodePages": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Tasks.Parallel": "4.3.0", "System.Threading.Thread": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0", + "System.Xml.XmlDocument": "4.3.0", + "System.Xml.XPath.XDocument": "4.3.0" }, "frameworks": { // We don't actually target netstandard1.6; this is to work around https://github.com/dotnet/roslyn/issues/12458 diff --git a/src/Compilers/VisualBasic/VbcCore/project.json b/src/Compilers/VisualBasic/VbcCore/project.json index a52f58486fb..5005dc4ac90 100644 --- a/src/Compilers/VisualBasic/VbcCore/project.json +++ b/src/Compilers/VisualBasic/VbcCore/project.json @@ -1,19 +1,55 @@ { "dependencies": { + "Microsoft.NETCore.Portable.Compatibility": "1.0.1", + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Runtime.CoreCLR": "1.1.0", + "Microsoft.NETCore.TestHost": "1.1.0", "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Collections.Immutable": "1.3.1", "System.Console": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Diagnostics.FileVersionInfo": "4.3.0", "System.Diagnostics.Process": "4.3.0", "System.Diagnostics.StackTrace": "4.3.0", "System.Diagnostics.Tools": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.IO.FileSystem.Watcher": "4.3.0", + "System.IO.Pipes": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", "System.Net.NameResolution": "4.3.0", "System.Net.Sockets": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Runtime.Loader": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Runtime.Serialization.Json": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.CodePages": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0" + "System.Threading.Thread": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0", + "System.Xml.XmlDocument": "4.3.0", + "System.Xml.XPath.XDocument": "4.3.0" }, "frameworks": { // We don't actually target netstandard1.6; this is to work around https://github.com/dotnet/roslyn/issues/12458 diff --git a/src/Interactive/CsiCore/project.json b/src/Interactive/CsiCore/project.json index bec3610daf2..494d6edf171 100644 --- a/src/Interactive/CsiCore/project.json +++ b/src/Interactive/CsiCore/project.json @@ -1,9 +1,57 @@ { "dependencies": { + "Microsoft.CSharp": "4.3.0", + "Microsoft.NETCore.Portable.Compatibility": "1.0.1", + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Runtime.CoreCLR": "1.1.0", + "Microsoft.NETCore.TestHost": "1.1.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Collections.Immutable": "1.3.1", "System.Console": "4.3.0", - "System.ValueTuple": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.FileVersionInfo": "4.3.0", + "System.Diagnostics.Process": "4.3.0", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", "System.Dynamic.Runtime": "4.3.0", - "Microsoft.CSharp": "4.3.0" + "System.Globalization": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.IO.FileSystem.Watcher": "4.3.0", + "System.IO.Pipes": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Loader": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Runtime.Serialization.Json": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.CodePages": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.ValueTuple": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0", + "System.Xml.XmlDocument": "4.3.0", + "System.Xml.XPath.XDocument": "4.3.0" }, "frameworks": { // We don't actually target netstandard1.6; this is to work around https://github.com/dotnet/roslyn/issues/12458 diff --git a/src/Interactive/VbiCore/project.json b/src/Interactive/VbiCore/project.json index 342561a9441..abdeabeae6c 100644 --- a/src/Interactive/VbiCore/project.json +++ b/src/Interactive/VbiCore/project.json @@ -1,9 +1,57 @@ { "dependencies": { + "Microsoft.VisualBasic": "10.1.0", + "Microsoft.NETCore.Portable.Compatibility": "1.0.1", + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Runtime.CoreCLR": "1.1.0", + "Microsoft.NETCore.TestHost": "1.1.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Collections.Immutable": "1.3.1", "System.Console": "4.3.0", - "System.ValueTuple": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.FileVersionInfo": "4.3.0", + "System.Diagnostics.Process": "4.3.0", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", "System.Dynamic.Runtime": "4.3.0", - "Microsoft.VisualBasic": "10.1.0" + "System.Globalization": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.IO.FileSystem.Watcher": "4.3.0", + "System.IO.Pipes": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Loader": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Runtime.Serialization.Json": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.CodePages": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.ValueTuple": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0", + "System.Xml.XmlDocument": "4.3.0", + "System.Xml.XPath.XDocument": "4.3.0" }, "frameworks": { // We don't actually target netstandard1.6; this is to work around https://github.com/dotnet/roslyn/issues/12458 diff --git a/src/Test/DeployCoreClrTestRuntime/project.json b/src/Test/DeployCoreClrTestRuntime/project.json index a9128bce454..6f42fcd9fad 100644 --- a/src/Test/DeployCoreClrTestRuntime/project.json +++ b/src/Test/DeployCoreClrTestRuntime/project.json @@ -1,9 +1,56 @@ { "dependencies": { + "xunit.console.netcore": "1.0.2-prerelease-00104", + "Microsoft.NETCore.Portable.Compatibility": "1.0.1", + "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Runtime.CoreCLR": "1.1.0", "Microsoft.NETCore.TestHost": "1.1.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Collections.Immutable": "1.3.1", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.FileVersionInfo": "4.3.0", + "System.Diagnostics.Process": "4.3.0", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.IO.FileSystem.Watcher": "4.3.0", + "System.IO.Pipes": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", - "xunit.console.netcore": "1.0.2-prerelease-00104" + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Loader": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Runtime.Serialization.Json": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.CodePages": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0", + "System.Xml.XmlDocument": "4.3.0", + "System.Xml.XPath.XDocument": "4.3.0" }, "frameworks": { // We don't actually target netstandard1.6; this is to work around https://github.com/dotnet/roslyn/issues/12458 -- GitLab