Skip to content

Commit

Permalink
Upgrade QnA Maker SDK to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sahithikkss committed Aug 27, 2020
1 parent 4176a9a commit c3edbf8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;netstandard1.4</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker" Version="1.0.0" />
<PackageReference Include="Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker" Version="2.0.1" />
</ItemGroup>

</Project>

0 comments on commit c3edbf8

Please sign in to comment.