Skip to content

Commit

Permalink
Merge pull request #4764 from brettfo/remove-newtonsoft-pkgdef
Browse files Browse the repository at this point in the history
remove Newtonsoft.Json code base
  • Loading branch information
brettfo authored Apr 25, 2018
2 parents 299c3e4 + 2125f61 commit 16ecf5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vsintegration/src/FSharp.Editor/Common/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ open Microsoft.VisualStudio.Shell

[<assembly: ProvideCodeBase(CodeBase = @"$PackageFolder$\FSharp.Editor.dll")>]
[<assembly: ProvideCodeBase(CodeBase = @"$PackageFolder$\FSharp.UIResources.dll")>]
[<assembly: ProvideCodeBase(CodeBase = @"$PackageFolder$\Newtonsoft.Json.dll")>]

do()

Expand Down

0 comments on commit 16ecf5a

Please sign in to comment.