BotSharp/BotSharp.Platform.Articulate/BotSharp.Platform.Articulate.csproj

20 lines
502 B
XML
Raw Normal View History

2019-03-16 16:34:32 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
2019-09-06 10:41:24 +00:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
2019-03-16 16:34:32 +00:00
</ItemGroup>
<ItemGroup>
2019-03-17 01:05:19 +00:00
<ProjectReference Include="..\BotSharp.Core\BotSharp.Core.csproj" />
2019-03-16 16:34:32 +00:00
</ItemGroup>
</Project>