From 9d9614d1da50d0179b981eddaea7005b1c99ac1f Mon Sep 17 00:00:00 2001 From: Rodion Ivanov Date: Wed, 24 Nov 2021 16:51:58 +0000 Subject: [PATCH] Update Microsoft.FSharp.Targets Add `WarningsNotAsErrors` to be forwarded to the compiler --- src/fsharp/FSharp.Build/Microsoft.FSharp.Targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fsharp/FSharp.Build/Microsoft.FSharp.Targets b/src/fsharp/FSharp.Build/Microsoft.FSharp.Targets index 6965a546cc7..72c9527cad8 100644 --- a/src/fsharp/FSharp.Build/Microsoft.FSharp.Targets +++ b/src/fsharp/FSharp.Build/Microsoft.FSharp.Targets @@ -364,6 +364,7 @@ this file. VisualStudioStyleErrors="$(VisualStudioStyleErrors)" WarningLevel="$(WarningLevel)" WarningsAsErrors="$(WarningsAsErrors)" + WarningsNotAsErrors="$(WarningsNotAsErrors)" WarnOn="$(WarnOn)" Win32IconFile="$(ApplicationIcon)" Win32ManifestFile="$(Win32Manifest)"