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 04897b9 commit a9d2019Copy full SHA for a9d2019
source/quick-start.txt
@@ -84,7 +84,12 @@ Set Up Your Project
84
85
.. code-block:: shell
86
87
- dotnet add package {+package+}
+ dotnet add package {+package+} --prerelease
88
+
89
+ .. note:: Prerelease Flag
90
91
+ You must include the ``--prerelease`` flag to install the prerelease
92
+ version of the {+package+} package.
93
94
Query Your MongoDB Cluster from Your Application
95
------------------------------------------------
0 commit comments