BP70.Models 1.2.0

dotnet add package BP70.Models --version 1.2.0                
NuGet\Install-Package BP70.Models -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.Models" Version="1.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BP70.Models --version 1.2.0                
#r "nuget: BP70.Models, 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.
// Install BP70.Models as a Cake Addin
#addin nuget:?package=BP70.Models&version=1.2.0

// Install BP70.Models as a Cake Tool
#tool nuget:?package=BP70.Models&version=1.2.0                

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 Manager window, go to the Browse tab.
  • 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 Install to add the package to your project.

Verification

After installation, verify that the package has been successfully added to your project:

  • Check under the Dependencies tab in the Packages section 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BP70.Models:

Package Downloads
BP70.Service

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 131 8/7/2024
1.0.0 103 8/7/2024