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

14 lines
326 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" />
</ItemGroup>
</Project>