Skip to content

Commit fb90e9c

Browse files
Mr-RmEvilBeaver
authored andcommitted
использовать версию C# в соответствии с фреймворком
1 parent c0c999a commit fb90e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oscommon.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<BuildNumber Condition="'$(BUILD_NUMBER)' == ''">0</BuildNumber>
77
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
88
<Platform Condition="'$(Platform)' == ''">x86</Platform>
9-
<LangVersion>8.0</LangVersion>
9+
<LangVersion>default</LangVersion>
1010
<TargetFrameworkVersion>net8.0</TargetFrameworkVersion>
1111
<NoWarn>$(NoWarn);CS1591</NoWarn>
1212
<IncludeSourceRevisionInInformationalVersion>False</IncludeSourceRevisionInInformationalVersion>

0 commit comments

Comments
 (0)