diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 4ff41132076..cb67136ddce 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/arcade
- a65d0966dc28861394ce78cfdcb9d5dff370957c
+ ef3834feb8615429a58808cdcf9ad9284d767654
diff --git a/global.json b/global.json
index 71a3f7705a3..733aa27d45a 100644
--- a/global.json
+++ b/global.json
@@ -10,7 +10,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19356.1",
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19359.1",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2"
}
}
diff --git a/src/fsharp/ast.fs b/src/fsharp/ast.fs
index 7eefb1470a1..59e93205ce1 100644
--- a/src/fsharp/ast.fs
+++ b/src/fsharp/ast.fs
@@ -1875,7 +1875,7 @@ let internal internalParseAssemblyCodeInstructions s isFeatureSupported m =
FSharp.Compiler.AbstractIL.Internal.AsciiParser.ilInstrs
FSharp.Compiler.AbstractIL.Internal.AsciiLexer.token
(UnicodeLexing.StringAsLexbuf(isFeatureSupported, s))
- with RecoverableParseError ->
+ with _ ->
errorR(Error(FSComp.SR.astParseEmbeddedILError(), m)); [||]
#endif