[src] Use the latest C# version in project files. (#8590)

This commit is contained in:
Rolf Bjarne Kvinge 2020-05-14 09:41:10 +02:00 коммит произвёл GitHub
Родитель 16ab321951
Коммит 048ebc047b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\product.snk</AssemblyOriginatorKeyFile>
<IntermediateOutputPath>build\IDE\obj\iOS\$(Configuration)</IntermediateOutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

Просмотреть файл

@ -13,6 +13,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\product.snk</AssemblyOriginatorKeyFile>
<IntermediateOutputPath>build\IDE\obj\macOS-mobile\$(Configuration)</IntermediateOutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

Просмотреть файл

@ -13,6 +13,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\product.snk</AssemblyOriginatorKeyFile>
<IntermediateOutputPath>build\IDE\obj\tvOS\$(Configuration)</IntermediateOutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

Просмотреть файл

@ -13,6 +13,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\product.snk</AssemblyOriginatorKeyFile>
<IntermediateOutputPath>build\IDE\obj\watchOS\$(Configuration)</IntermediateOutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>