BotSharp/Bot.Rasa.RestApi/Bot.Rasa.RestApi.csproj

22 lines
644 B
XML
Raw Normal View History

2017-12-30 20:26:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
2018-01-02 18:05:35 +00:00
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2017-12-30 20:26:35 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netcoreapp2.0\Bot.Rasa.RestApi.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
2018-03-19 02:07:36 +00:00
<PackageReference Include="DotNetToolkit" Version="1.4.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
2017-12-30 20:26:35 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bot.Rasa\Bot.Rasa.csproj" />
</ItemGroup>
</Project>