Lib.FeatureConfig
2.1.0
A simple ASP.NET Core service extension to roll out some features by limiting the availability by date.
- Updated to .NET Core 3.1
Install-Package Lib.FeatureConfig -Version 2.1.0
dotnet add package Lib.FeatureConfig --version 2.1.0
<PackageReference Include="Lib.FeatureConfig" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lib.FeatureConfig --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETCoreApp 3.1
- Microsoft.Extensions.Configuration (>= 3.1.0)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.0)
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.