Remove toolset compiler workaround (#10876)

This commit is contained in:
Jan Jones 2024-09-13 10:27:34 +02:00 коммит произвёл GitHub
Родитель 80a72817bf
Коммит 120997fa75
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -43,12 +43,6 @@
<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>
<!--