Commit: CV Updates.

This commit is contained in:
clive
2025-12-29 18:13:16 +11:00
parent b275d4b5a6
commit adf88f8340
4 changed files with 33 additions and 117 deletions

View File

@@ -9,6 +9,13 @@
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>
<ItemGroup>
<Compile Remove="wwwroot\doc\**" />
<Content Remove="wwwroot\doc\**" />
<EmbeddedResource Remove="wwwroot\doc\**" />
<None Remove="wwwroot\doc\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MailKit" Version="4.8.0" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.35" />
@@ -21,7 +28,6 @@
<ItemGroup>
<Folder Include="wwwroot\img\" />
<Folder Include="wwwroot\doc\" />
</ItemGroup>
</Project>