Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 16a56b4

Browse files
committed
update samples to 1.0.1 lib
1 parent 7e19a44 commit 16a56b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/csharp/assistants/virtual-assistant/VirtualAssistantSample/VirtualAssistantSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.9.1" />
2222
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.9.1" />
2323
<PackageReference Include="Microsoft.Bot.Builder.LanguageGeneration" Version="4.9.1" />
24-
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.0.0" />
24+
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.0.1" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

samples/csharp/skill/SkillSample/SkillSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.9.1" />
1616
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.9.1" />
1717
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.9.1" />
18-
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.0.0" />
18+
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.0.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)