Common configuration and utilities for building dotnet core presentation web applications.
Info
Version: | 0.3.0 |
Author(s): | andculture |
Last Update: | Tuesday, June 15, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AndcultureCode/AndcultureCode.CSharp.Web |
NuGet Url: | https://www.nuget.org/packages/AndcultureCode.CSharp.Web |
Install
Install-Package AndcultureCode.CSharp.Web
dotnet add package AndcultureCode.CSharp.Web
paket add AndcultureCode.CSharp.Web
AndcultureCode.CSharp.Web Download (Unzip the "nupkg" after downloading)
Dependencies
- AndcultureCode.CSharp.Core(>= 0.7.0)
- AndcultureCode.CSharp.Extensions(>= 0.4.5)
- AutoMapper(>= 9.0.0)
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.OAuth(>= 2.2.0)
- Microsoft.AspNetCore.CookiePolicy(>= 2.2.0)
- Microsoft.AspNetCore.Diagnostics(>= 2.2.0)
- Microsoft.AspNetCore.Diagnostics.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Localization(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures(>= 2.2.0)
- System.Text.Json(>= 4.7.2)