This commit is contained in:
2026-06-10 21:31:37 -04:00
parent 01a49c1c30
commit 3e80ce78a0
119 changed files with 6234 additions and 8 deletions
+5
View File
@@ -8,8 +8,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.40.0"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.9"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.9" PrivateAssets="all"/>
</ItemGroup>
<Target Name="SyncDocsNotes" BeforeTargets="BeforeBuild">
<Exec Command="powershell -NoProfile -ExecutionPolicy Bypass -File &quot;$(MSBuildProjectDirectory)\SyncDocs.ps1&quot;"/>
</Target>
</Project>