upgrade packages; remove zero.documentstore

This commit is contained in:
2025-02-25 11:15:39 +01:00
parent 7c933f2b83
commit 84d9863484
25 changed files with 123 additions and 226 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public class WebRootFileSystem : PhysicalFileSystem, IWebRootFileSystem
public WebRootFileSystem(string root, string publicPathPrefix) : base(root)
{
PublicPathPrefix = (publicPathPrefix ?? String.Empty).EnsureEndsWith('/');
PublicPathPrefix = (publicPathPrefix ?? string.Empty).EnsureEndsWith('/');
}