BotSharp/tests/BotSharp.Plugin.PizzaBot/BotSharp.Plugin.PizzaBot.csproj

14 lines
329 B
XML
Raw Normal View History

2023-08-30 22:40:45 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Infrastructure\BotSharp.Core\BotSharp.Core.csproj" />
</ItemGroup>
</Project>