Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 9584bb3

Browse files
authored
Disable implicit F# core reference
Avoids NU1504 Duplicate 'PackageReference' items found
1 parent 4be6df3 commit 9584bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<EnablePackageSigning>false</EnablePackageSigning>
3131
<UseSGen>false</UseSGen>
3232
<IncludeMonoRuntime>false</IncludeMonoRuntime>
33+
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
3334
</PropertyGroup>
3435
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3536
<DefineConstants>;RELEASE</DefineConstants>

0 commit comments

Comments
 (0)