Wheel.Backports
2.0.0
See the version list below for details.
dotnet add package Wheel.Backports --version 2.0.0
NuGet\Install-Package Wheel.Backports -Version 2.0.0
<PackageReference Include="Wheel.Backports" Version="2.0.0" />
paket add Wheel.Backports --version 2.0.0
#r "nuget: Wheel.Backports, 2.0.0"
// Install Wheel.Backports as a Cake Addin #addin nuget:?package=Wheel.Backports&version=2.0.0 // Install Wheel.Backports as a Cake Tool #tool nuget:?package=Wheel.Backports&version=2.0.0
Adaptation of parts of Microsoft.Extensions for the obsolete .NET framework 2.0. The original namespaces and API are preserved as much as possible.
Main adaptations:
- Microsoft.Extensions.DependencyInjection (ServiceCollection)
- Microsoft.Extensions.Configuration (ini, json and memory)
- Microsoft.Extensions.Logging (abstractions and NLog.Extensions.Logging)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- LinqBridge (>= 1.3.0)
- Newtonsoft.Json (>= 10.0.1)
- NLog (>= 2.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Wheel.Backports:
Package | Downloads |
---|---|
Wheel
Wheel provides a standardized way to use basic infrastructure services (logging, configuration, dependency injection, command system, database access, etc) on .NET console and web applications. It is compatible with .NET core >= 2.0. and .NET classic framework (including the obsolete .NET framework 2.0). This is the base package, providing common features used in most scenarios. Compatible with .NET Framework 2.0. For specific scenarios, see Wheel.Commands, Wheel.Data, Wheel.Web and Wheel.Testing packages. |
|
Wheel.Ftp
A FTP client library compatible with .NET core >= 2.0. and .NET classic framework >= 2.0. It can resume previously interrupted uploads (tested with Microsoft FTP Service). Depends only on Microsoft.Extensions.Logging.Abstractions for .NET core and .NET classic framework >= 4.6.1. Depends on Wheel.Backports implementation of Microsoft.Extensions.Logging.Abstractions for .NET classic framework 2.0. Adapted from edtFTPnet, Free edition (licensed under the GNU LGPL). |
GitHub repositories
This package is not used by any popular GitHub repositories.