22 lines
593 B
XML
22 lines
593 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
<Configurations>Debug;Release;DIALOGFLOW;RASA</Configurations>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
|
|
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BotSharp.Voice\BotSharp.Voice.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|