We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41441a commit 179a08fCopy full SHA for 179a08f
src/fsharp/FSharp.Compiler.Service.netcore/project.json
@@ -280,12 +280,14 @@
280
]
281
},
282
"dependencies": {
283
- "Microsoft.NETCore.App": {
284
- "type": "platform",
285
- "version": "1.0.0-rc2-3002702"
286
- },
+ "NETStandard.Library": "1.5.0-rc2-24027",
287
"System.Diagnostics.TraceSource": "4.0.0-rc2-*",
288
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*",
+ "System.Collections.Immutable": "1.2.0-rc2-24027",
+ "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027",
+ "System.Security.Cryptography.Primitives": "4.0.0-rc2-24027",
289
+ "System.Reflection.Metadata": "1.3.0-rc2-24027",
290
+ "System.Diagnostics.Process": "4.1.0-rc2-24027"
291
292
"tools": {
293
"dotnet-fssrgen": "3.0.1",
0 commit comments