From 6f2f365aa87fda673a82733997d0668568ab18ad Mon Sep 17 00:00:00 2001 From: ncave Date: Sat, 12 Nov 2016 16:07:13 -0800 Subject: [PATCH] Added missing project dependencies --- src/fsharp/FSharp.Compiler.Service/project.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/fsharp/FSharp.Compiler.Service/project.json b/src/fsharp/FSharp.Compiler.Service/project.json index d4509181c9..f778078b06 100644 --- a/src/fsharp/FSharp.Compiler.Service/project.json +++ b/src/fsharp/FSharp.Compiler.Service/project.json @@ -270,16 +270,19 @@ }, "dependencies": { "NETStandard.Library": "1.6.0", - "System.Diagnostics.TraceSource": "4.0.0", - "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*", "System.Collections.Immutable": "1.2.0", + "System.Diagnostics.Process": "4.1.0", + "System.Diagnostics.TraceSource": "4.0.0", + "System.Reflection.Emit": "4.0.1", + "System.Reflection.Metadata": "1.4.1-beta-24227-04", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Runtime.Loader": "4.0.0", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Reflection.Metadata": "1.4.1-beta-24227-04", - "System.Diagnostics.Process": "4.1.0" + "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*" }, "tools": { - "dotnet-fssrgen": "3.2.*", + "dotnet-fssrgen": "3.3.*", "dotnet-mergenupkg": { "version": "1.0.*" }, "dotnet-compile-fsc": { "version": "1.0.0-preview2-*",