.NET NuGet

Updated: 30 June 2023

https://www.nuget.org/

Add a package

dotnet add package System.Data.OleDb --version 8.0.0-preview.5.23280.8

Remove package reference from a project file.

dotnet remove package System.Data.OleDb

Lists the package references for a project or solution.

dotnet list package

Leave a comment