Skip to content

Commit 4029d82

Browse files
committed
2 parents 9f0afb1 + 152b5c4 commit 4029d82

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

build.fsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ Target "Build" (fun _ ->
147147
Excludes = [] }
148148
|> MSBuild "" "Build" ["Configuration", configuration;]
149149
|> Log "AppBuild-Output: "
150+
Fake.FileHelper.CopyFile
151+
(__SOURCE_DIRECTORY__+ @"\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll")
152+
(__SOURCE_DIRECTORY__ + @"\src\FSharp.Plotly\bin\" + configuration + @"\netstandard2.0\Newtonsoft.Json.dll")
153+
150154
)
151155

152156
// --------------------------------------------------------------------------------------

src/FSharp.Plotly/FSharp.Plotly.fsproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,13 @@
3737

3838
<ItemGroup>
3939
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" >
40+
<PackageReference Include="Newtonsoft.Json" Version="11.0.1">
41+
<Private>True</Private>
42+
<Paket>True</Paket>
4043
</PackageReference>
44+
4145
</ItemGroup>
42-
46+
4347
<ItemGroup>
4448
<Content Include="App.config" />
4549
</ItemGroup>

src/FSharp.Plotly/paket.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ summary
2121
Functional graph library for F#
2222
description
2323
Functional graph library for F#
24+
files
25+
bin\Release\netstandard2.0\Newtonsoft.Json.dll ==> lib\netstandard2.0\

0 commit comments

Comments
 (0)