File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.19356 .1" >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.19359 .1" >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >a65d0966dc28861394ce78cfdcb9d5dff370957c </Sha >
8+ <Sha >ef3834feb8615429a58808cdcf9ad9284d767654 </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
Original file line number Diff line number Diff line change 1010 }
1111 },
1212 "msbuild-sdks" : {
13- "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19356 .1" ,
13+ "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19359 .1" ,
1414 "Microsoft.DotNet.Helix.Sdk" : " 2.0.0-beta.19069.2"
1515 }
1616}
Original file line number Diff line number Diff line change @@ -1875,7 +1875,7 @@ let internal internalParseAssemblyCodeInstructions s isFeatureSupported m =
18751875 FSharp.Compiler.AbstractIL.Internal.AsciiParser.ilInstrs
18761876 FSharp.Compiler.AbstractIL.Internal.AsciiLexer.token
18771877 ( UnicodeLexing.StringAsLexbuf( isFeatureSupported, s))
1878- with RecoverableParseError ->
1878+ with _ ->
18791879 errorR( Error( FSComp.SR.astParseEmbeddedILError(), m)); [||]
18801880#endif
18811881
You can’t perform that action at this time.
0 commit comments