TasksLibrary 1.1.1
See the version list below for details.
dotnet add package TasksLibrary --version 1.1.1
NuGet\Install-Package TasksLibrary -Version 1.1.1
<PackageReference Include="TasksLibrary" Version="1.1.1" />
paket add TasksLibrary --version 1.1.1
#r "nuget: TasksLibrary, 1.1.1"
// Install TasksLibrary as a Cake Addin #addin nuget:?package=TasksLibrary&version=1.1.1 // Install TasksLibrary as a Cake Tool #tool nuget:?package=TasksLibrary&version=1.1.1
TasksLibrary
TasksLibrary is a simple library that allows authorised users to take down notes.
Installing TasksLIbrary
Introduction
This following are needed before proceeding with that installation:
- Visual Studio installed on your machine.
- A .NET 6.0 project that you want to add the package to.
Installation
To install the package using the dotnet add package command, follow the steps below:
- Open the command prompt or terminal.
- Navigate to the directory where your project is located.
- Type the following command:
dotnet add package TasksLibrary --version 1.1.1
This command will download and install the specified version of the package along with it's dependencies
Alternatively, you can also install the package using the Package Manager Console in Visual Studio. To do this, follow the steps below:
- Open Visual Studio and open the project you want to add the package to.
- Open the Package Manager Console by clicking on Tools > NuGet Package Manager > Package Manager Console.
- In the Package Manager Console, type the following command:
Install-Package TasksLibrary --version 1.1.1
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- Autofac (>= 7.0.1)
- BCrypt.Net-Next (>= 4.0.3)
- FluentMigrator (>= 3.3.2)
- FluentMigrator.Runner (>= 3.3.2)
- FluentMigrator.Runner.SqlServer (>= 3.3.2)
- FluentNHibernate (>= 3.1.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.1)
- Microsoft.IdentityModel.Tokens (>= 6.8.0)
- NHibernate.MiniProfiler (>= 4.0.0)
- System.Data.SqlClient (>= 4.8.5)
- System.IdentityModel.Tokens.Jwt (>= 6.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.