Skip to content

Commit 1b17625

Browse files
committed
Remove duplicate references from ProjectCrackerExe
1 parent 0d75c08 commit 1b17625

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/fsharp/FSharp.Compiler.Service.ProjectCracker.Exe/FSharp.Compiler.Service.ProjectCracker.Exe.fsproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,13 @@
7878
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
7979
<Private>False</Private>
8080
</Reference>
81-
<Reference Include="Microsoft.Build" />
82-
<Reference Include="Microsoft.Build.Engine" />
83-
<Reference Include="Microsoft.Build.Framework" />
84-
<Reference Include="Microsoft.Build.Utilities.v4.0" />
8581
<Reference Include="mscorlib" />
8682
<Reference Include="System" />
83+
<Reference Include="System.Configuration" />
8784
<Reference Include="System.Core" />
8885
<Reference Include="System.Numerics" />
8986
<Reference Include="System.Runtime.Serialization" />
9087
<Reference Include="System.Xml" />
91-
<Reference Include="System.Xml" />
9288
</ItemGroup>
9389
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9490
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)