BotSharp/BotSharp.Platform.Dialogflow/BotSharp.Platform.Dialogflow.csproj

30 lines
1.1 KiB
XML
Raw Normal View History

2020-09-07 10:17:58 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2020-09-07 10:17:58 +00:00
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.2.2</Version>
<Authors>Haiping Chen</Authors>
<Description>BotSharp platform emulator which is compatible with Google Dialogflow.</Description>
<PackageProjectUrl>https://github.com/Oceania2018/botsharp-dialogflow</PackageProjectUrl>
<Copyright>Apache 2.0</Copyright>
<RepositoryUrl>https://github.com/Oceania2018/botsharp-dialogflow</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Dialogflow,Chatbot</PackageTags>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
2020-09-07 10:17:58 +00:00
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Turing.NET" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
2019-03-17 01:05:19 +00:00
<ProjectReference Include="..\BotSharp.Core\BotSharp.Core.csproj" />
</ItemGroup>
</Project>