From 31ecbc42f128f814638cf4dd1ed9f19cc46ab172 Mon Sep 17 00:00:00 2001 From: Enrico Sada Date: Thu, 21 Dec 2017 15:50:34 +0100 Subject: [PATCH] fix resource name otherwise instead of expected `FSStrings.resources` will use `FSharp.Compiler.Service.netstandard.FSStrings.resources` --- .../FSharp.Compiler.Service.netstandard.fsproj | 1 + 1 file changed, 1 insertion(+) diff --git a/fcs/FSharp.Compiler.Service.netstandard/FSharp.Compiler.Service.netstandard.fsproj b/fcs/FSharp.Compiler.Service.netstandard/FSharp.Compiler.Service.netstandard.fsproj index 535a4a590be..5b035b3c9fc 100644 --- a/fcs/FSharp.Compiler.Service.netstandard/FSharp.Compiler.Service.netstandard.fsproj +++ b/fcs/FSharp.Compiler.Service.netstandard/FSharp.Compiler.Service.netstandard.fsproj @@ -81,6 +81,7 @@ FSStrings.resx + FSStrings.resources --module Microsoft.FSharp.Compiler.AbstractIL.Internal.AsciiParser --open Microsoft.FSharp.Compiler.AbstractIL --internal --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing