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

Upgrade to use C# 11 #1484

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Upgrade to use C# 11 #1484

merged 1 commit into from
Sep 17, 2024

Conversation

CharliePoole
Copy link
Collaborator

Fixes #1479 by upgrading the C# language level to 11 without making use of any new features yet.

Copy link
Member

@manfred-brands manfred-brands left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No real issues here.

@@ -23,8 +23,6 @@

<ItemGroup Condition="'$(TargetFramework)'!='net462'">
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
<!--<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really related to language version.

@CharliePoole CharliePoole merged commit 2a180d5 into main Sep 17, 2024
4 checks passed
@CharliePoole CharliePoole deleted the issue-1479 branch September 17, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update C# language version used for console and engine
2 participants