feat(CommandManager): Add ReadDocument command.

This commit is contained in:
Developer 02
2025-04-22 23:47:30 +02:00
parent 975beff416
commit 8785505a91
5 changed files with 34 additions and 5 deletions

View File

@@ -5,8 +5,6 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<ItemGroup>