Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update C# language version to 10.0 to fix bug with .NET SDK 6 Preview 7 #1541

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

andyleejordan
Copy link
Member

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. Issue is documented upstream in dotnet/sdk#19702

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.
@andyleejordan andyleejordan merged commit e29979c into master Aug 12, 2021
@andyleejordan andyleejordan deleted the andschwa/language-version branch August 12, 2021 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants