Smart.Application
1.0.0.143
dotnet add package Smart.Application --version 1.0.0.143
NuGet\Install-Package Smart.Application -Version 1.0.0.143
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="Smart.Application" Version="1.0.0.143" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Smart.Application" Version="1.0.0.143" />
<PackageReference Include="Smart.Application" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Smart.Application --version 1.0.0.143
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Smart.Application, 1.0.0.143"
#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.
#:package Smart.Application@1.0.0.143
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Smart.Application&version=1.0.0.143
#tool nuget:?package=Smart.Application&version=1.0.0.143
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Smart.Application
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- AutoMapper (>= 7.0.1)
- FluentValidation (>= 8.6.1)
- FluentValidation.ValidatorAttribute (>= 8.6.1)
- Smart.Domain (>= 1.0.0.143)
- Smart.Kernel (>= 1.0.0.143)
- Smart.SAutoMapper (>= 1.0.0.143)
- System.ComponentModel.Annotations (>= 4.4.1)
- System.ValueTuple (>= 4.5.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Smart.Application:
| Package | Downloads |
|---|---|
|
Smart.OAuth
Smart.OAuth 使用方法: (在Global.asax.cs文件Application_Start方法添加如下代码) //Web Controllers权限校验(Header或者URL或者Cookies上需要添加token参数) Smart.OAuth.SmartOAuth.InitControllerAuthorizeAttribute(GlobalFilters.Filters); //WebAPI权限校验(Header或者URL上需要添加token参数) GlobalConfiguration.Configure(Smart.OAuth.SmartOAuth.InitWebAPIAuthentication); |
|
|
Smart.Quartz
提供计划任务服务 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Bug fixes and performance improvements