You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fsharp/tools/fsharp-interactive/index.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,16 @@ let f (x: Tensor) = sin (sqrt x)
158
158
printfn $"{f (dsharp.tensor 1.2)}"
159
159
```
160
160
161
+
By default, ````#r "nuget: ...."```` doesn't use build targets from the package being referenced during restore. The `usepackagetargets` option enables the use of these build targets when required. Only add `usepackagetargets=true` if the referenced package was authored to require it during restore.
162
+
Examples:
163
+
164
+
```fsharp
165
+
// load fsharp.data nugetpackage and consume buildtargets from fsharp.data package during restore.
0 commit comments