From 6b76676af22d2ae57b2374125c12210faee228ff Mon Sep 17 00:00:00 2001 From: Matthias Dittrich Date: Sun, 26 Jun 2016 17:09:42 +0200 Subject: [PATCH] properly embed 'FSIstrings' resource, fixes #591 --- src/fsharp/FSharp.Compiler.Service.netcore/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fsharp/FSharp.Compiler.Service.netcore/project.json b/src/fsharp/FSharp.Compiler.Service.netcore/project.json index 20c5033e7e..0b4502903a 100644 --- a/src/fsharp/FSharp.Compiler.Service.netcore/project.json +++ b/src/fsharp/FSharp.Compiler.Service.netcore/project.json @@ -192,7 +192,8 @@ "embed": { "mappings": { "FSComp": "FSComp.resx", - "FSStrings": "../FSStrings.resx" + "FSStrings": "../FSStrings.resx", + "FSIstrings": "FSIstrings.resx" } }, "define": [