diff options
-rw-r--r-- | tests/src/Common/netcoreapp/project.json | 71 |
1 files changed, 3 insertions, 68 deletions
diff --git a/tests/src/Common/netcoreapp/project.json b/tests/src/Common/netcoreapp/project.json index bc2ee33e0d..ab1528282e 100644 --- a/tests/src/Common/netcoreapp/project.json +++ b/tests/src/Common/netcoreapp/project.json @@ -1,74 +1,9 @@ { - "version": "1.0.0-*", - "buildOptions": { - "debugType": "portable", - "emitEntryPoint": true - }, "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02", - "Microsoft.NETCore.Targets": "1.2.0-beta-24913-02", - "System.Threading.Thread": "4.4.0-beta-24913-02", - "System.Collections": "4.4.0-beta-24913-02", - "System.Xml.XmlSerializer": "4.4.0-beta-24913-02", - "System.Collections.Concurrent": "4.4.0-beta-24913-02", - "System.ObjectModel": "4.4.0-beta-24913-02", - "System.Runtime.Numerics": "4.4.0-beta-24913-02", - "System.Collections.NonGeneric": "4.4.0-beta-24913-02", - "System.Collections.Specialized": "4.4.0-beta-24913-02", - "System.ComponentModel": "4.4.0-beta-24913-02", - "System.Reflection.Emit.Lightweight": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-beta-24913-02", - "System.Console": "4.4.0-beta-24913-02", - "System.Diagnostics.Contracts": "4.4.0-beta-24913-02", - "System.Diagnostics.Debug": "4.4.0-beta-24913-02", - "System.Diagnostics.Process": "4.4.0-beta-24913-02", - "System.Diagnostics.Tools": "4.4.0-beta-24913-02", - "System.Diagnostics.Tracing": "4.4.0-beta-24913-02", - "System.Dynamic.Runtime": "4.4.0-beta-24913-02", - "System.Globalization": "4.4.0-beta-24913-02", - "System.Globalization.Calendars": "4.4.0-beta-24913-02", - "System.IO": "4.4.0-beta-24913-02", - "System.IO.FileSystem": "4.4.0-beta-24913-02", - "System.IO.FileSystem.Primitives": "4.4.0-beta-24913-02", - "System.Linq": "4.4.0-beta-24913-02", - "System.Linq.Queryable": "4.4.0-beta-24913-02", - "System.Linq.Expressions": "4.4.0-beta-24913-02", - "System.Reflection": "4.4.0-beta-24913-02", - "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Resources.ResourceManager": "4.4.0-beta-24913-02", - "System.Runtime": "4.4.0-beta-24913-02", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24913-02", - "System.Runtime.Extensions": "4.4.0-beta-24913-02", - "System.Runtime.Handles": "4.4.0-beta-24913-02", - "System.Runtime.InteropServices": "4.4.0-beta-24913-02", - "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24913-02", - "System.Runtime.Loader": "4.4.0-beta-24913-02", - "System.Security.Cryptography.Algorithms": "4.4.0-beta-24913-02", - "System.Text.Encoding": "4.4.0-beta-24913-02", - "System.Text.Encoding.Extensions": "4.4.0-beta-24913-02", - "System.Text.RegularExpressions": "4.4.0-beta-24913-02", - "System.Threading": "4.4.0-beta-24913-02", - "System.Threading.AccessControl": "4.4.0-beta-24913-02", - "System.Threading.Overlapped": "4.4.0-beta-24913-02", - "System.Threading.Tasks": "4.4.0-beta-24913-02", - "System.Threading.Tasks.Parallel": "4.4.0-beta-24913-02", - "System.Threading.ThreadPool": "4.4.0-beta-24913-02", - "System.Threading.Timer": "4.4.0-beta-24913-02", - "System.Xml.ReaderWriter": "4.4.0-beta-24913-02", - "System.Xml.XDocument": "4.4.0-beta-24913-02", - "System.Xml.XmlDocument": "4.4.0-beta-24913-02", - "System.Xml.XPath": "4.4.0-beta-24913-02", - "System.Xml.XPath.XmlDocument": "4.4.0-beta-24913-02", - "System.Numerics.Vectors": "4.4.0-beta-24913-02" + "Microsoft.NETCore.App": "2.0.0-beta-001494-00", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24913-02" }, "frameworks": { - "netcoreapp1.1": { - "dependencies": { - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25003-02" - } - } - }, - "runtimes": { - "win7-x64": {} + "netcoreapp2.0": { } } } |