add: webhook

This commit is contained in:
h z
2025-03-10 09:39:59 +00:00
parent 39e193bd44
commit 60fdc82c78
2 changed files with 28 additions and 0 deletions

View File

@@ -5,9 +5,16 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>dotnet-Alchegos.Analyst-bd9096f2-e144-4d02-9e97-46effeb51443</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2"/>
</ItemGroup>
<ItemGroup>
<Content Include="..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
</ItemGroup>
</Project>