relocate the service
This commit is contained in:
parent
e467a7bd01
commit
a0d8abeede
|
|
@ -56,7 +56,6 @@
|
|||
<PackageReference Include="Colorful.Console" Version="1.2.15" />
|
||||
<PackageReference Include="EntityFrameworkCore.BootKit" Version="6.2.1" />
|
||||
<PackageReference Include="Fluid.Core" Version="2.5.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
using BotSharp.Abstraction.Agents.Enums;
|
||||
using BotSharp.Abstraction.Conversations.Models;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using System.Threading;
|
||||
|
||||
namespace BotSharp.Core.Infrastructures
|
||||
namespace BotSharp.OpenAPI.BackgroundServices
|
||||
{
|
||||
public class ConversationTimeoutService : BackgroundService
|
||||
{
|
||||
Loading…
Reference in a new issue