Skip to content

Commit

Permalink
EXPERIMENTAL! Try supporting storage:none
Browse files Browse the repository at this point in the history
  • Loading branch information
cgravill committed Jan 24, 2019
1 parent f22d2cf commit f4222ef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/IfSharp/FSharp.Charting.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#r "IfSharp.Kernel.dll"

#r "System.Windows.Forms.DataVisualization.dll"
#r "packages/FSharp.Charting/lib/net45/FSharp.Charting.dll"
//#r "packages/FSharp.Charting/lib/net45/FSharp.Charting.dll"
#load @".paket/load/main.group.fsx"

open FSharp.Charting
open System.IO
Expand Down
5 changes: 3 additions & 2 deletions src/IfSharp/XPlot.GoogleCharts.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#r "IfSharp.Kernel.dll"

#r "packages/XPlot.GoogleCharts/lib/net45/XPlot.GoogleCharts.dll"
#r "packages/Google.DataTable.Net.Wrapper/lib/Google.DataTable.Net.Wrapper.dll"
//#r "packages/XPlot.GoogleCharts/lib/net45/XPlot.GoogleCharts.dll"
//#r "packages/Google.DataTable.Net.Wrapper/lib/Google.DataTable.Net.Wrapper.dll"
#load @".paket/load/main.group.fsx"

open IfSharp.Kernel
open IfSharp.Kernel.App
Expand Down
3 changes: 2 additions & 1 deletion src/IfSharp/XPlot.Plotly.fsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#r "IfSharp.Kernel.dll"

#r "packages/XPlot.Plotly/lib/net45/XPlot.Plotly.dll"
//#r "packages/XPlot.Plotly/lib/net45/XPlot.Plotly.dll"
#load @".paket/load/main.group.fsx"

open XPlot.Plotly
open IfSharp.Kernel
Expand Down
3 changes: 3 additions & 0 deletions src/IfSharp/hide/paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
framework: net472
generate_load_scripts: true
source https://api.nuget.org/v3/index.json

storage:none

#When changing the default FSharp.Core version make sure to change everywhere e.g. Clear()
nuget FSharp.Core = 4.5.4

0 comments on commit f4222ef

Please sign in to comment.