Skip to content

Commit 179a08f

Browse files
committed
the Microsoft.NETCore.App dep is for console app, use NETStandard.Library
1 parent e41441a commit 179a08f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,14 @@
280280
]
281281
},
282282
"dependencies": {
283-
"Microsoft.NETCore.App": {
284-
"type": "platform",
285-
"version": "1.0.0-rc2-3002702"
286-
},
283+
"NETStandard.Library": "1.5.0-rc2-24027",
287284
"System.Diagnostics.TraceSource": "4.0.0-rc2-*",
288285
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*",
286+
"System.Collections.Immutable": "1.2.0-rc2-24027",
287+
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027",
288+
"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"
289291
},
290292
"tools": {
291293
"dotnet-fssrgen": "3.0.1",

0 commit comments

Comments
 (0)