Skip to content

Commit 7f4ac4e

Browse files
authored
Update nlp-with-entities.csproj (#6345)
upgraded packages to 4.14.1
1 parent b57bf88 commit 7f4ac4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Orchestrator/Samples/dotnet/nlp-with-entities/nlp-with-entities.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.14.0" />
17-
<PackageReference Include="Microsoft.Bot.Builder.AI.Orchestrator" Version="4.14.0" />
18-
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.14.0" />
19-
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.14.0" />
16+
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.14.1" />
17+
<PackageReference Include="Microsoft.Bot.Builder.AI.Orchestrator" Version="4.14.1" />
18+
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.14.1" />
19+
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.14.1" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)