Skip to content

Commit 6b6081c

Browse files
authored
Merge pull request #7863 from webreidi/webreidi/csharp122024edit
Add information about prerelease packages setting.
2 parents a036d7e + 6869d63 commit 6b6081c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/csharp/package-management.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Area: csharp
44
TOCTitle: Package Management
55
ContentId: 6e7d5ecf-d7aa-44b5-abc0-2257a2075906
66
PageTitle: C# package management with NuGet in Visual Studio Code
7-
DateApproved: 6/6/2023
7+
DateApproved: 12/13/2024
88
MetaDescription: C# package management with NuGet in Visual Studio Code
99
---
1010

@@ -77,6 +77,12 @@ The following sections describe how to use each NuGet command, using both of the
7777

7878
4. C# Dev Kit then performs the necessary changes and updates your project file and references.
7979

80+
### Including Prerelease Package Versions
81+
82+
If you are looking to update or add a prerelease version of a NuGet package, you will first need to set the **Include Prerelease Package Versions** to **true**.
83+
84+
You can find this option under **File** > **Preferences** > **Settings** (`kb(workbench.action.openSettings)`) and searching for `nuget.includePrereleasePackageVersions` to `true`.
85+
8086
## Dependency management
8187

8288
### Automatic NuGet restore

0 commit comments

Comments
 (0)