Skip to content

Commit 6b76676

Browse files
committed
properly embed 'FSIstrings' resource, fixes #591
1 parent d3fdfc2 commit 6b76676

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@
192192
"embed": {
193193
"mappings": {
194194
"FSComp": "FSComp.resx",
195-
"FSStrings": "../FSStrings.resx"
195+
"FSStrings": "../FSStrings.resx",
196+
"FSIstrings": "FSIstrings.resx"
196197
}
197198
},
198199
"define": [

0 commit comments

Comments
 (0)