diff --git a/docs/generators/aspnetcore.html b/docs/generators/aspnetcore.html
index 113fbea1afc..718621727c3 100644
--- a/docs/generators/aspnetcore.html
+++ b/docs/generators/aspnetcore.html
@@ -27,16 +27,17 @@ sidebar_label: aspnetcore
packageVersion | C# package version. | | 1.0.0 |
packageGuid | The GUID that will be associated with the C# project | | null |
sourceFolder | source folder for generated code | | src |
-aspnetCoreVersion | ASP.NET Core version: 2.1 (default), 2.0 (deprecated) | | 2.1 |
+compatibilityVersion | ASP.Net Core CompatibilityVersion | | Version_2_1 |
+aspnetCoreVersion | ASP.NET Core version: 2.2 (default), 2.1, 2.0 (deprecated) | | 2.2 |
sortParamsByRequiredFlag | Sort method arguments to place required parameters before optional parameters. | | true |
useDateTimeOffset | Use DateTimeOffset to model date-time properties | | false |
useCollection | Deserialize array types to Collection<T> instead of List<T>. | | false |
returnICollection | Return ICollection<T> instead of the concrete type. | | false |
useSwashbuckle | Uses the Swashbuckle.AspNetCore NuGet package for documentation. | | true |
-classModifier | Class modifiers such as abstract or partial | | |
-operationModifier | Operation modifiers such as virtual or abstract. | | virtual |
+classModifier | Class Modifier can be empty, abstract | | |
+operationModifier | Operation Modifier can be virtual, abstract or partial | | virtual |
+buildTarget | Target to build an application or library | | program |
generateBody | Generates method body. | | true |
-buildTarget | Target the build for a program or library. | | program |
-Last updated on 2019-3-25