Skip to content

Commit 3705998

Browse files
committed
stop nightly releases, static dependencies are a pain for those cases.
1 parent a0efeda commit 3705998

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -84,24 +84,6 @@ the interactive extensions for dotnet interactive have you covered for seamless
8484
#r "nuget: Plotly.NET.Interactive, <version>"
8585
```
8686

87-
<details><summary><h3>Getting nightly builds</h3><sub>[click 🖱️]</sub></summary>
88-
89-
The nightly builds are located on myget.org.
90-
91-
For your project:
92-
```
93-
dotnet new nugetconfig
94-
dotnet nuget add source https://www.myget.org/F/plotly-net-nightly/api/v3/index.json
95-
dotnet add package Plotly.NET --prerelease
96-
```
97-
98-
Interactively:
99-
```
100-
#i "https://www.myget.org/F/plotly-net-nightly/api/v3/index.json"
101-
#r "nuget:Plotly.NET, *-*"
102-
#r "nuget:Plotly.NET.Interactive, *-*"
103-
```
104-
10587
</details>
10688

10789
# Documentation

0 commit comments

Comments
 (0)