BotSharp/BotSharp.Algorithm/BotSharp.Algorithm.csproj

10 lines
252 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Configurations>Debug;Release;RASA NLU;DIALOGFLOW;RASA</Configurations>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
</Project>