From 752b9dbbd0351ad4bb9447afa0f664129fa295c8 Mon Sep 17 00:00:00 2001 From: Benjamin Russell Date: Mon, 27 Feb 2017 14:10:11 -0800 Subject: [PATCH] Applying changes (#257) --- src/Microsoft.SqlTools.Credentials/project.json | 7 ++----- src/Microsoft.SqlTools.Hosting/project.json | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/Microsoft.SqlTools.Credentials/project.json b/src/Microsoft.SqlTools.Credentials/project.json index f5610383..1fc7981b 100644 --- a/src/Microsoft.SqlTools.Credentials/project.json +++ b/src/Microsoft.SqlTools.Credentials/project.json @@ -18,7 +18,7 @@ "emitEntryPoint": true } } - }, + }, "dependencies": { "Newtonsoft.Json": "9.0.1", "System.Security.SecureString": "4.0.0", @@ -33,11 +33,8 @@ "System.Diagnostics.Process": "4.1.0", "System.Threading.Thread": "4.0.0", "System.Runtime.Loader": "4.0.0", - "System.Composition.Runtime": "1.0.31", - "System.Composition.Convention": "1.0.31", - "System.Composition.TypedParts": "1.0.31", + "System.Composition": "1.0.31-beta-24326-02", "Microsoft.Extensions.DependencyModel": "1.0.0", - "System.Runtime": "4.3.0", "Microsoft.SqlTools.Hosting": { "target": "project" } diff --git a/src/Microsoft.SqlTools.Hosting/project.json b/src/Microsoft.SqlTools.Hosting/project.json index fcc42f13..fb6057ba 100644 --- a/src/Microsoft.SqlTools.Hosting/project.json +++ b/src/Microsoft.SqlTools.Hosting/project.json @@ -14,7 +14,7 @@ "emitEntryPoint": false } } - }, + }, "dependencies": { "Newtonsoft.Json": "9.0.1", "System.Collections.Specialized": "4.0.1", @@ -28,11 +28,8 @@ "System.Diagnostics.Process": "4.1.0", "System.Threading.Thread": "4.0.0", "System.Runtime.Loader": "4.0.0", - "System.Composition.Runtime": "1.0.31", - "System.Composition.Convention": "1.0.31", - "System.Composition.TypedParts": "1.0.31", + "System.Composition": "1.0.31-beta-24326-02", "Microsoft.Extensions.DependencyModel": "1.0.0", - "System.Runtime": "4.3.0" }, "frameworks": { "netcoreapp1.0": {