Skip to content

Commit fff4da9

Browse files
committed
update doc
1 parent 11ad8b2 commit fff4da9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/generators/aspnetcore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sidebar_label: aspnetcore
1616
|licenseName|The name of the license| |NoLicense|
1717
|licenseUrl|The URL of the license| |http://localhost|
1818
|modelClassModifier|Model Class Modifier can be nothing or partial| |partial|
19-
|newtonsoftVersion|Version for Microsoft.AspNetCore.Mvc.NewtonsoftJson for ASP.NET Core 3.0+| 3.0.0|
19+
|newtonsoftVersion|Version for Microsoft.AspNetCore.Mvc.NewtonsoftJson for ASP.NET Core 3.0+| |3.0.0|
2020
|operationIsAsync|Set methods to async or sync (default).| |false|
2121
|operationModifier|Operation Modifier can be virtual, abstract or partial| |virtual|
2222
|operationResultTask|Set methods result to Task<>.| |false|
@@ -29,10 +29,10 @@ sidebar_label: aspnetcore
2929
|returnICollection|Return ICollection<T> instead of the concrete type.| |false|
3030
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
3131
|sourceFolder|source folder for generated code| |src|
32-
|swashbuckleVersion|Swashbucke version: 3.0.0, 4.0.0, 5.0.0| |3.0.0|
32+
|swashbuckleVersion|Swashbuckle version: 3.0.0, 4.0.0, 5.0.0| |3.0.0|
3333
|useCollection|Deserialize array types to Collection<T> instead of List<T>.| |false|
3434
|useDateTimeOffset|Use DateTimeOffset to model date-time properties| |false|
35-
|useDefaultRouting|Use default routing for the ASP.NET Core version.| |true|
35+
|useDefaultRouting|Use default routing for the ASP.NET Core version.| |true|
3636
|useFrameworkReference|Use frameworkReference for ASP.NET Core 3.0+ and PackageReference ASP.NET Core 2.2 or earlier.| |false|
3737
|useNewtonsoft|Uses the Newtonsoft JSON library.| |true|
3838
|useSwashbuckle|Uses the Swashbuckle.AspNetCore NuGet package for documentation.| |true|

0 commit comments

Comments
 (0)