File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,10 @@ Target "Build" (fun _ ->
147
147
Excludes = [] }
148
148
|> MSBuild " " " Build" [ " Configuration" , configuration;]
149
149
|> 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
+
150
154
)
151
155
152
156
// --------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 37
37
38
38
<ItemGroup >
39
39
<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 >
40
43
</PackageReference >
44
+
41
45
</ItemGroup >
42
-
46
+
43
47
<ItemGroup >
44
48
<Content Include =" App.config" />
45
49
</ItemGroup >
Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ summary
21
21
Functional graph library for F#
22
22
description
23
23
Functional graph library for F#
24
+ files
25
+ bin\Release\netstandard2.0\Newtonsoft.Json.dll ==> lib\netstandard2.0\
You can’t perform that action at this time.
0 commit comments