BotSharp/BotSharp.Core.UnitTest/BotSharp.Core.UnitTest.csproj

30 lines
925 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2017-12-18 05:30:20 +00:00
<PropertyGroup>
2018-06-05 11:40:45 +00:00
<TargetFramework>netcoreapp2.1</TargetFramework>
2017-12-18 05:30:20 +00:00
<IsPackable>false</IsPackable>
<Platforms>AnyCPU;x64</Platforms>
2018-09-28 00:49:43 +00:00
<Configurations>Debug;Release;RASA NLU;DIALOGFLOW;RASA;ARTICULATE</Configurations>
2017-12-18 05:30:20 +00:00
</PropertyGroup>
<ItemGroup>
2018-07-12 15:07:05 +00:00
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
2018-06-11 19:48:25 +00:00
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
2017-12-18 05:30:20 +00:00
</ItemGroup>
<ItemGroup>
2018-03-28 22:08:49 +00:00
<ProjectReference Include="..\BotSharp.Core\BotSharp.Core.csproj" />
2017-12-18 05:30:20 +00:00
</ItemGroup>
2018-04-07 17:14:12 +00:00
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
2017-12-18 05:30:20 +00:00
</Project>