We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0efeda commit 3705998Copy full SHA for 3705998
README.md
@@ -84,24 +84,6 @@ the interactive extensions for dotnet interactive have you covered for seamless
84
#r "nuget: Plotly.NET.Interactive, <version>"
85
```
86
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
105
</details>
106
107
# Documentation
0 commit comments