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 _ ->
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// --------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ summary
2121 Functional graph library for F#
2222description
2323 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