Disable BuildWithNetFrameworkHostedCompiler

This commit is contained in:
Jan Jones 2024-07-09 09:16:03 +02:00
Родитель 779a449f13
Коммит 1b60953f7f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: D1C5B3CEF23E7C8D
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -42,6 +42,12 @@
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
<DefaultNetFxTargetFramework>net472</DefaultNetFxTargetFramework>
<!--
Needed to avoid error NU1010: The PackageReference items Microsoft.Net.Compilers.Toolset.Framework do not have corresponding PackageVersion.
Related to https://github.com/dotnet/sdk/issues/41791.
-->
<BuildWithNetFrameworkHostedCompiler>false</BuildWithNetFrameworkHostedCompiler>
</PropertyGroup>
<!--