BotSharp/src/Plugins/BotSharp.Plugin.Twilio/BotSharp.Plugin.Twilio.csproj

39 lines
1.7 KiB
XML
Raw Normal View History

2023-11-09 20:02:57 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-02-08 23:22:43 +00:00
<TargetFramework>$(TargetFramework)</TargetFramework>
2023-11-09 20:02:57 +00:00
<LangVersion>$(LangVersion)</LangVersion>
<VersionPrefix>$(BotSharpVersion)</VersionPrefix>
<GeneratePackageOnBuild>$(GeneratePackageOnBuild)</GeneratePackageOnBuild>
2024-01-22 02:39:42 +00:00
<OutputPath>$(SolutionDir)packages</OutputPath>
2023-11-09 20:02:57 +00:00
</PropertyGroup>
2024-12-04 22:12:02 +00:00
2024-11-19 19:05:12 +00:00
<ItemGroup>
2025-02-26 17:41:52 +00:00
<Content Include="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\functions\util-twilio-hangup_phone_call.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\functions\util-twilio-outbound_phone_call.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\templates\util-twilio-hangup_phone_call.fn.liquid">
2024-11-19 19:05:12 +00:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2025-02-26 17:41:52 +00:00
<Content Include="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\templates\util-twilio-outbound_phone_call.fn.liquid">
2024-11-19 19:05:12 +00:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
2023-11-09 20:02:57 +00:00
<ItemGroup>
2024-08-08 19:54:32 +00:00
<PackageReference Include="StackExchange.Redis" Version="2.7.27" />
2024-05-28 15:45:13 +00:00
<PackageReference Include="StrongGrid" Version="0.108.0" />
2025-02-07 17:18:47 +00:00
<PackageReference Include="Twilio.AspNet.Common" Version="8.1.1" />
<PackageReference Include="Twilio.AspNet.Core" Version="8.1.1" />
2023-11-09 20:02:57 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Infrastructure\BotSharp.Abstraction\BotSharp.Abstraction.csproj" />
2024-08-08 19:54:32 +00:00
<ProjectReference Include="..\..\Infrastructure\BotSharp.Core\BotSharp.Core.csproj" />
2023-11-09 20:02:57 +00:00
</ItemGroup>
</Project>