Skip to content

Commit

Permalink
[Internal] LangVersion: Adds C# Lang Version 10 (#3206)
Browse files Browse the repository at this point in the history
Upgrades C# lang version to 10.0 to gain additional performance improvements.
  • Loading branch information
imanvt authored May 19, 2022
1 parent 976de9b commit 2230984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<EncryptionPreviewSuffixVersion>preview20</EncryptionPreviewSuffixVersion>
<CustomEncryptionVersion>1.0.0-preview03</CustomEncryptionVersion>
<HybridRowVersion>1.1.0-preview3</HybridRowVersion>
<LangVersion>9.0</LangVersion>
<LangVersion>10.0</LangVersion>
<AboveDirBuildProps>$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))</AboveDirBuildProps>
<DefineConstants Condition=" '$(IsNightly)' == 'true' or '$(IsPreview)' == 'true' ">$(DefineConstants);PREVIEW;ENCRYPTIONPREVIEW</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit 2230984

Please sign in to comment.