diff --git a/docs/help/docfx.json b/docs/help/docfx.json
index b2123cfa2..1da3079e4 100644
--- a/docs/help/docfx.json
+++ b/docs/help/docfx.json
@@ -16,7 +16,7 @@
],
"dest": "api",
"properties": {
- "TargetFramework": "NETSTANDARD2"
+ "TargetFramework": "netstandard2.0"
}
}
],
@@ -65,7 +65,7 @@
],
"globalMetadata": {
"_appTitle": "SharpZipLib Help",
- "_appFooter": "Copyright © 2000-2019 SharpZipLib Contributors",
+ "_appFooter": "Copyright © 2000-2022 SharpZipLib Contributors",
"_gitContribute": {
"repo": "https://github.com/icsharpcode/SharpZipLib",
"branch": "master"
diff --git a/src/ICSharpCode.SharpZipLib/GZip/GzipOutputStream.cs b/src/ICSharpCode.SharpZipLib/GZip/GzipOutputStream.cs
index 456ec928e..ade624818 100644
--- a/src/ICSharpCode.SharpZipLib/GZip/GzipOutputStream.cs
+++ b/src/ICSharpCode.SharpZipLib/GZip/GzipOutputStream.cs
@@ -188,7 +188,7 @@ protected override void Dispose(bool disposing)
}
#if NETSTANDARD2_1_OR_GREATER
- ///
+ ///
public override async ValueTask DisposeAsync()
{
try
diff --git a/src/ICSharpCode.SharpZipLib/Zip/FastZip.cs b/src/ICSharpCode.SharpZipLib/Zip/FastZip.cs
index 13aedb021..29185cbec 100644
--- a/src/ICSharpCode.SharpZipLib/Zip/FastZip.cs
+++ b/src/ICSharpCode.SharpZipLib/Zip/FastZip.cs
@@ -361,7 +361,7 @@ public int LegacyCodePage
set => _stringCodec.CodePage = value;
}
- ///
+ ///
public StringCodec StringCodec
{
get => _stringCodec;
diff --git a/src/ICSharpCode.SharpZipLib/Zip/ZipFile.cs b/src/ICSharpCode.SharpZipLib/Zip/ZipFile.cs
index eae3e2960..3abe9516b 100644
--- a/src/ICSharpCode.SharpZipLib/Zip/ZipFile.cs
+++ b/src/ICSharpCode.SharpZipLib/Zip/ZipFile.cs
@@ -739,7 +739,7 @@ public Encoding ZipCryptoEncoding
set => _stringCodec.ZipCryptoEncoding = value;
}
- ///
+ ///
public StringCodec StringCodec
{
get => _stringCodec;