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

19 lines
642 B
XML
Raw Normal View History

2025-03-06 18:01:43 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-03-14 18:59:13 +00:00
<TargetFramework>$(TargetFramework)</TargetFramework>
<LangVersion>$(LangVersion)</LangVersion>
<VersionPrefix>$(BotSharpVersion)</VersionPrefix>
<GeneratePackageOnBuild>$(GeneratePackageOnBuild)</GeneratePackageOnBuild>
<OutputPath>$(SolutionDir)packages</OutputPath>
2025-03-06 18:01:43 +00:00
<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>