Disable implicit F# core reference

Avoids NU1504 Duplicate 'PackageReference' items found
This commit is contained in:
Marius Ungureanu 2023-02-20 23:02:00 +02:00 коммит произвёл GitHub
Родитель 4be6df3b3e
Коммит 9584bb3f57
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -30,6 +30,7 @@
<EnablePackageSigning>false</EnablePackageSigning>
<UseSGen>false</UseSGen>
<IncludeMonoRuntime>false</IncludeMonoRuntime>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DefineConstants>;RELEASE</DefineConstants>