Skip to content

Commit

Permalink
Remove reference to FSharp.Core. Fixes #206
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Apr 2, 2018
1 parent 149ece3 commit f404023
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion XSVim/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open System.Runtime.CompilerServices
[<AutoOpen>]
module AddinVersion =
[<Literal>]
let version = "0.50.0"
let version = "0.50.1"

[<assembly: AssemblyTitle("XSVim")>]
[<assembly: AssemblyDescription("")>]
Expand Down
4 changes: 0 additions & 4 deletions XSVim/XSVim.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="Mono.Cairo" />
<Reference Include="FSharp.Core">
<HintPath>..\packages\FSharp.Core.4.3.4\lib\net45\FSharp.Core.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.fs" />
Expand All @@ -87,7 +84,6 @@
<Compile Include="TreeViewPads.fs" />
<Compile Include="XSVim.fs" />
<Compile Include="Addin.fs" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(FSharpTargetsPath)" />
</Project>
4 changes: 0 additions & 4 deletions XSVim/packages.config

This file was deleted.

0 comments on commit f404023

Please sign in to comment.