BotSharp/src/Plugins/BotSharp.Plugin.ChatbotUI/BotSharp.Plugin.ChatbotUI.csproj

19 lines
492 B
XML
Raw Normal View History

2023-05-26 01:36:15 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
2023-08-30 02:48:59 +00:00
<VersionPrefix>0.10.0</VersionPrefix>
2023-05-26 01:36:15 +00:00
</PropertyGroup>
<ItemGroup>
2023-06-11 23:46:02 +00:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
2023-05-26 01:36:15 +00:00
</ItemGroup>
<ItemGroup>
2023-06-08 03:43:16 +00:00
<ProjectReference Include="..\..\Infrastructure\BotSharp.Abstraction\BotSharp.Abstraction.csproj" />
2023-05-26 01:36:15 +00:00
</ItemGroup>
</Project>