Skip to content

Commit 09d2a70

Browse files
authored
Merge pull request #668 from ncave/latest
Added missing project dependencies
2 parents 70cbf35 + 6f2f365 commit 09d2a70

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/fsharp/FSharp.Compiler.Service/project.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,16 +270,19 @@
270270
},
271271
"dependencies": {
272272
"NETStandard.Library": "1.6.0",
273-
"System.Diagnostics.TraceSource": "4.0.0",
274-
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*",
275273
"System.Collections.Immutable": "1.2.0",
274+
"System.Diagnostics.Process": "4.1.0",
275+
"System.Diagnostics.TraceSource": "4.0.0",
276+
"System.Reflection.Emit": "4.0.1",
277+
"System.Reflection.Metadata": "1.4.1-beta-24227-04",
278+
"System.Reflection.TypeExtensions": "4.1.0",
279+
"System.Runtime.Loader": "4.0.0",
276280
"System.Security.Cryptography.Algorithms": "4.2.0",
277281
"System.Security.Cryptography.Primitives": "4.0.0",
278-
"System.Reflection.Metadata": "1.4.1-beta-24227-04",
279-
"System.Diagnostics.Process": "4.1.0"
282+
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*"
280283
},
281284
"tools": {
282-
"dotnet-fssrgen": "3.2.*",
285+
"dotnet-fssrgen": "3.3.*",
283286
"dotnet-mergenupkg": { "version": "1.0.*" },
284287
"dotnet-compile-fsc": {
285288
"version": "1.0.0-preview2-*",

0 commit comments

Comments
 (0)