Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 8df244c

Browse files
authored
Update sdk version (dotnet#10944)
* Update sdk version * sig
1 parent 7589f6e commit 8df244c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

global.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"sdk": {
3-
"version": "5.0.100"
3+
"version": "5.0.200-preview.20614.14",
4+
"rollForward": "minor"
45
},
56
"tools": {
6-
"dotnet": "5.0.100",
7+
"dotnet": "5.0.200-preview.20614.14",
78
"vs": {
89
"version": "16.8",
910
"components": [

src/buildtools/fslex/Parsing.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ type Tables<'tok> =
100100

101101
/// Interpret the parser table taking input from the given lexer, using the given lex buffer, and the given start state.
102102
/// Returns an object indicating the final synthesized value for the parse.
103-
member Interpret : lexer:(LexBuffer<'char> -> 'tok) * lexbuf:LexBuffer<'char> * startState:int -> obj
103+
member Interpret : lexer:(LexBuffer<'char> -> 'tok) * lexbuf:LexBuffer<'char> * initialState:int -> obj
104104

105105
#if INTERNALIZED_FSLEXYACC_RUNTIME
106106
exception internal Accept of obj

0 commit comments

Comments
 (0)