Skip to content

Commit

Permalink
properly embed 'FSIstrings' resource, fixes #591
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Jun 26, 2016
1 parent d3fdfc2 commit 6b76676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fsharp/FSharp.Compiler.Service.netcore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@
"embed": {
"mappings": {
"FSComp": "FSComp.resx",
"FSStrings": "../FSStrings.resx"
"FSStrings": "../FSStrings.resx",
"FSIstrings": "FSIstrings.resx"
}
},
"define": [
Expand Down

0 comments on commit 6b76676

Please sign in to comment.