Disable implicit F# core reference
Avoids NU1504 Duplicate 'PackageReference' items found
This commit is contained in:
Родитель
4be6df3b3e
Коммит
9584bb3f57
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче