BotSharp/src/Infrastructure/BotSharp.Core.Realtime/BotSharp.Core.Realtime.csproj

15 lines
399 B
XML
Raw Normal View History

2025-03-06 18:01:43 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BotSharp.Abstraction\BotSharp.Abstraction.csproj" />
2025-03-12 19:03:38 +00:00
<ProjectReference Include="..\BotSharp.Core\BotSharp.Core.csproj" />
2025-03-06 18:01:43 +00:00
</ItemGroup>
</Project>