Skip to content

Commit

Permalink
Update nlp-with-entities.csproj (#6345)
Browse files Browse the repository at this point in the history
upgraded packages to 4.14.1
  • Loading branch information
tsuwandy committed Jul 9, 2021
1 parent b57bf88 commit 7f4ac4e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.14.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Orchestrator" Version="4.14.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.14.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.14.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.14.1" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Orchestrator" Version="4.14.1" />
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.14.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.14.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7f4ac4e

Please sign in to comment.