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

Commit

Permalink
replace the OpenDefaultApp (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
KayMKM authored and ryanisgrig committed Oct 23, 2019
1 parent 9d7fa04 commit 2fa516e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
4 changes: 2 additions & 2 deletions skills/csharp/calendarskill/CalendarSkill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.5.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.5.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.5.1" />
<PackageReference Include="Microsoft.Bot.Builder.Skills" Version="4.6.0-daily67" />
<PackageReference Include="Microsoft.Bot.Builder.Solutions" Version="4.6.0-daily67" />
<PackageReference Include="Microsoft.Bot.Builder.Skills" Version="4.6.0-daily73" />
<PackageReference Include="Microsoft.Bot.Builder.Solutions" Version="4.6.0-daily73" />
<PackageReference Include="Microsoft.Bot.Builder.TemplateManager" Version="4.5.1" />
<PackageReference Include="Microsoft.Bot.Configuration" Version="4.5.1" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.5.1" />
Expand Down
1 change: 1 addition & 0 deletions skills/csharp/calendarskill/Dialogs/JoinEventDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
using Microsoft.Bot.Builder;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Builder.Skills;
using Microsoft.Bot.Builder.Solutions.Models;
using Microsoft.Bot.Builder.Solutions.Responses;
using Microsoft.Bot.Builder.Solutions.Util;
using Microsoft.Bot.Connector.Authentication;
Expand Down
14 changes: 0 additions & 14 deletions skills/csharp/calendarskill/Models/OpenDefaultApp.cs

This file was deleted.

0 comments on commit 2fa516e

Please sign in to comment.