BP70.Service
1.2.0
dotnet add package BP70.Service --version 1.2.0
NuGet\Install-Package BP70.Service -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BP70.Service" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BP70.Service" Version="1.2.0" />
<PackageReference Include="BP70.Service" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BP70.Service --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BP70.Service, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BP70.Service@1.2.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BP70.Service&version=1.2.0
#tool nuget:?package=BP70.Service&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NuGet Package Installation Guide
Introduction
This guide provides the necessary steps to install a NuGet package into a project in Visual Studio.
Prerequisites
- Visual Studio 2019 or later.
Installing a Package
Step 1: Open Visual Studio
Launch Visual Studio and open your project.
Step 2: Access Manage NuGet Packages
- Right-click on your project in the Solution Explorer.
- Select
Manage NuGet Packages...
Step 3: Search for the Package
- In the
NuGet Package Managerwindow, go to theBrowsetab. - Enter the name of the package you wish to install in the search bar.
Step 4: Install the Package
- Find the desired package from the search results and click on it.
- Click
Installto add the package to your project.
Verification
After installation, verify that the package has been successfully added to your project:
- Check under the
Dependenciestab in thePackagessection in Solution Explorer to see the newly added package.
Notes
- Ensure that the version of the package is compatible with your project settings and framework version.
- Review any dependencies that the package might require, which will also be installed.
Troubleshooting
If you encounter any issues during the installation, consider the following:
- Check your internet connection as NuGet requires an active network to download packages.
- Ensure that the NuGet package source is enabled in
Tools > Options > NuGet Package Manager > Package Sources. - Restart Visual Studio if the package does not appear after installation.
For more information on managing NuGet packages in Visual Studio, visit the official NuGet documentation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- BP70.Models (>= 1.2.0)
- BP70.Resources (>= 1.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BP70.Service:
| Package | Downloads |
|---|---|
|
BP70.API
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.