Crping.Auth.Models
3.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Crping.Auth.Models --version 3.2.0
NuGet\Install-Package Crping.Auth.Models -Version 3.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="Crping.Auth.Models" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crping.Auth.Models --version 3.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Crping.Auth.Models, 3.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 Crping.Auth.Models as a Cake Addin #addin nuget:?package=Crping.Auth.Models&version=3.2.0 // Install Crping.Auth.Models as a Cake Tool #tool nuget:?package=Crping.Auth.Models&version=3.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Crping.Auth 实体数据结构
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Crping.EFCore.Common (>= 3.4.0)
- Microsoft.EntityFrameworkCore.Abstractions (>= 6.0.5)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Text.Json (>= 6.0.4)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Crping.Auth.Models:
Package | Downloads |
---|---|
Crping.Auth.BLL
Crping.Auth 的业务逻辑层 |
|
Crping.Auth.SqlServer.DAL
Crping.Auth.DAL 的 SQL Server 实现 |
|
Crping.Auth.DAL
Crping.Auth.DAL 基类 |
|
Crping.Auth.MySql.DAL
Crping.Auth.DAL 的 MySql 实现 |
|
Crping.Auth.Domain
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.9.5 | 220 | 7/4/2023 |
4.9.4 | 287 | 6/30/2023 |
4.9.3 | 215 | 6/23/2023 |
4.9.2 | 184 | 5/25/2023 |
4.9.1 | 279 | 5/25/2023 |
4.9.0 | 280 | 5/20/2023 |
4.5.0 | 482 | 2/13/2023 |
4.0.0 | 660 | 11/27/2022 |
3.2.0 | 1,157 | 5/26/2022 |
3.0.0 | 1,015 | 12/21/2021 |
1.4.0 | 613 | 9/14/2021 |
1.3.1 | 342 | 9/1/2021 |
1.3.0 | 1,893 | 8/16/2021 |
1.2.0 | 1,428 | 8/2/2021 |
1.1.1 | 576 | 7/23/2021 |
1.1.0 | 1,687 | 7/21/2021 |
1.0.0 | 1,870 | 7/13/2021 |
3.2.0:修改部分索引,新增部分Dto
3.0.0:目标框架修改为.net6.0
1.4.0:添加UserDto,修改LoginModel
1.3.1:更新尝试解决版本问题
1.3.0:添加外键关联,添加导航属性,删除微信支付相关代码
1.2.0:添加微信支付返回参数
1.1.1:修改微信支付相关类
1.1.0:添加小程序配置属性,以支持微信支付
1.0.0:Crping.Auth 实体数据结构