Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Command.cs #46

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
removed version and moved from .all -> .app as "recommended"
Helge René Urholm committed Jan 18, 2019
commit a6c4fe2da2074c179ebc37b1f6f6cb2a1893560c
2 changes: 1 addition & 1 deletion IntermediatorBotSample/IntermediatorBotSample.csproj
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="BotMessageRouting" Version="2.0.4-alpha" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.1" />
<PackageReference Include="Microsoft.AspNetCore.App" />

<PackageReference Include="Microsoft.Bot.Builder" Version="4.2.0" />