Skip to content

Commit 320233d

Browse files
committed
Включает предварительную версию языка
1 parent 51024bf commit 320233d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<NoWarn>CS8632;RS0016</NoWarn>
44
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
55
<DefineConstants>JETBRAINS_ANNOTATIONS</DefineConstants>
6-
<LangVersion>latest</LangVersion>
6+
<LangVersion>preview</LangVersion>
7+
<Features>InterceptorsPreview</Features>
78
<InterceptorsNamespaces>$(InterceptorsNamespaces);Microsoft.Extensions.Logging.AutoLoggerMessage</InterceptorsNamespaces>
89
</PropertyGroup>
910
<PropertyGroup Condition="!$(MSBuildProjectName.EndsWith('Tests'))">

0 commit comments

Comments
 (0)