Skip to content

Commit

Permalink
Merge pull request #206 from sahithikkss/sahithikkss/SampleUpgrade
Browse files Browse the repository at this point in the history
Upgrade QnA Maker SDK to 2.0.1
  • Loading branch information
yangyuan authored Aug 28, 2020
2 parents 4176a9a + c3edbf8 commit 6907dfa
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 6907dfa

Please sign in to comment.