You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update C# language version to 10.0 to fix bug with .NET SDK 6 Preview 7 (#1541)
Our build started failing this morning because .NET SDK 6 moved from
Preview 6 to Preview 7 and its generated code now throws an error with
language version 9.0, but is allowed with 10.0.
0 commit comments