diff --git a/docs/generators/csharp-netcore.html b/docs/generators/csharp-netcore.html
index e1c1631e9cb..4f4eaf16c67 100644
--- a/docs/generators/csharp-netcore.html
+++ b/docs/generators/csharp-netcore.html
@@ -33,11 +33,10 @@ sidebar_label: csharp-netcore
optionalMethodArgument | C# Optional method argument, e.g. void square(int x=10) (.net 4.0+ only). | | true |
optionalAssemblyInfo | Generate AssemblyInfo.cs. | | true |
optionalProjectFile | Generate {PackageName}.csproj. | | true |
-optionalEmitDefaultValues | Set DataMember's EmitDefaultValue. | | false |
nonPublicApi | Generates code with reduced access modifiers; allows embedding elsewhere without exposing non-public API calls to consumers. | | false |
allowUnicodeIdentifiers | boolean, toggles whether unicode identifiers are allowed in names or not, default is false | | false |
netCoreProjectFile | Use the new format (.NET Core) for .NET project files (.csproj). | | false |
validatable | Generates self-validatable models. | | true |
-Last updated on 2019-3-25