vn.beta1-EBS.Common.Application
1.2.22
dotnet add package vn.beta1-EBS.Common.Application --version 1.2.22
NuGet\Install-Package vn.beta1-EBS.Common.Application -Version 1.2.22
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="vn.beta1-EBS.Common.Application" Version="1.2.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="vn.beta1-EBS.Common.Application" Version="1.2.22" />
<PackageReference Include="vn.beta1-EBS.Common.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 vn.beta1-EBS.Common.Application --version 1.2.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: vn.beta1-EBS.Common.Application, 1.2.22"
#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.
#addin nuget:?package=vn.beta1-EBS.Common.Application&version=1.2.22
#tool nuget:?package=vn.beta1-EBS.Common.Application&version=1.2.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EBS.Common
Settings in application.json
{
"App": {
"CorsOrigins":"AllowAll,https://xxx.xx"
},
"ConnectionStrings": {
"Encrypted.Default": "xxx",
"Encrypted.HangfireConnection": "xxx",
"Encrypted.connect-name": "xxx"
},
"Settings":{
"IsEnableHangfireServer": true,
"BackgroundJob":{
"IsEnable": true,
"JobPollPeriod": 30000
},
"DistributedLock":{
"KeyPrefix":"EbsApplication"
},
"DistributedCache":{
"KeyPrefix":"EbsApplication"
}
},
"Redis":{
"IsEnabled": true,
"Encrypted.Configuration":"xxxxx",
"ApplicationName":"ebsApplication",
"PersistKeysToStackExchangeRedis":"ebs-service-Protection-Keys"
},
"WebPages":{
"ButtonResourceName":"IShopEBS"
},
"Swagger": {
"IsActive": true,
"IsWithOAuth": true,
"XmlFileName": "abc.xml",
"Scopes": {
"IShopEBS": "EBS API"
},
"Docs":{
"DocName1":{
"Title": "All Api"
}
}
},
"AuthServer":{
"SwaggerClientId":"SwaggerDev",
"Authority":"https://xxxx.com"
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- DistributedLock.Redis (>= 1.0.2)
- Hangfire.AspNetCore (>= 1.8.15)
- Hangfire.Core (>= 1.8.15)
- Hangfire.SqlServer (>= 1.8.15)
- Microsoft.AspNetCore.DataProtection.StackExchangeRedis (>= 7.0.1)
- vn.beta1-EBS.Common.Domain (>= 1.2.22)
- Volo.Abp.AspNetCore.Mvc.UI.Bootstrap (>= 8.3.3)
- Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared (>= 8.3.3)
- Volo.Abp.AutoMapper (>= 8.3.3)
- Volo.Abp.BackgroundJobs (>= 8.3.3)
- Volo.Abp.BackgroundJobs.HangFire (>= 8.3.3)
- Volo.Abp.Caching.StackExchangeRedis (>= 8.3.3)
- Volo.Abp.Ddd.Application (>= 8.3.3)
- Volo.Abp.DistributedLocking (>= 8.3.3)
- Volo.Abp.DistributedLocking.Abstractions (>= 8.3.3)
- Volo.Abp.Swashbuckle (>= 8.3.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.22 | 76 | 4/26/2025 |
1.0.21 | 116 | 4/25/2025 |
1.0.20 | 137 | 4/25/2025 |
1.0.19 | 122 | 4/25/2025 |
1.0.18 | 216 | 4/21/2025 |
1.0.16 | 431 | 3/31/2025 |
1.0.15 | 142 | 3/31/2025 |
1.0.12 | 140 | 3/31/2025 |
1.0.11 | 167 | 3/27/2025 |
1.0.9 | 285 | 3/12/2025 |
1.0.8 | 268 | 2/27/2025 |
1.0.7 | 96 | 2/27/2025 |
1.0.6 | 93 | 2/27/2025 |
1.0.5 | 103 | 2/25/2025 |
1.0.4 | 93 | 2/25/2025 |
1.0.3 | 95 | 2/25/2025 |
1.0.2 | 92 | 2/25/2025 |
app common 4 all proj