Wheel.Data
2.0.0-rc2
See the version list below for details.
dotnet add package Wheel.Data --version 2.0.0-rc2
NuGet\Install-Package Wheel.Data -Version 2.0.0-rc2
<PackageReference Include="Wheel.Data" Version="2.0.0-rc2" />
paket add Wheel.Data --version 2.0.0-rc2
#r "nuget: Wheel.Data, 2.0.0-rc2"
// Install Wheel.Data as a Cake Addin #addin nuget:?package=Wheel.Data&version=2.0.0-rc2&prerelease // Install Wheel.Data as a Cake Tool #tool nuget:?package=Wheel.Data&version=2.0.0-rc2&prerelease
[Data] Wheel provides a standardized way to use basic infrastructure services (logging, configuration, dependency injection, command line arguments parsing, etc) on .NET console and web applications.
This package adds support for Microsoft.AspNetCore.Identity and Microsoft.EntityFrameworkCore, it is compatible with .NET Core >= 2.0 and .NET Framework >= 4.6.1.
For command line applications that must run on .NET Framework >= 2.0, see Wheel package.
For database implementations, see Wheel.Data.PostgreSql and Wheel.Data.SqlServer packages.
For web applications, see Wheel.Web package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 2.0.0)
- Microsoft.EntityFrameworkCore (>= 2.0.0)
- Microsoft.EntityFrameworkCore.Design (>= 2.0.0)
- Wheel (>= 2.0.0-rc2)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 2.0.0)
- Microsoft.EntityFrameworkCore (>= 2.0.0)
- Microsoft.EntityFrameworkCore.Design (>= 2.0.0)
- Wheel (>= 2.0.0-rc2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Wheel.Data:
Package | Downloads |
---|---|
Wheel.Data.SqlServer
Implementation of Wheel.Data for Sql Server databases. Wheel.Data provides an abstraction layer for access to databases, execution of stored procedures, and configuration of EntityFrameworkCore DbContext classes. |
|
Wheel.Data.PostgreSql
Implementation of Wheel.Data for PostgreSql databases. Wheel.Data provides an abstraction layer for access to databases, execution of stored procedures, and configuration of EntityFrameworkCore DbContext classes. |
|
Wheel.Data.Oracle
[Data access for Oracle] 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. This package is the implementation of Wheel.Data for Oracle databases. |
GitHub repositories
This package is not used by any popular GitHub repositories.