Skip to content

Commit 3357728

Browse files
committed
take 2
1 parent 78a4034 commit 3357728

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

.github/workflows/AdventuresInSemanticKernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: webapp
4040
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
4141
- name: Deploy to Azure WebApp
42-
uses: azure/webapps-deploy@v2
42+
uses: azure/webapps-deploy@v3
4343
with:
4444
app-name: ${{ env.AZURE_WEBAPP_NAME }}
4545
publish-profile: ${{ secrets.AdventuresInSemanticKernel_B4E3 }}

BlazorWithSematicKernel/Components/Chat.razor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.AspNetCore.Components;
2-
using Microsoft.Graph;
32
using SkPluginLibrary.Abstractions;
43

54
namespace BlazorWithSematicKernel.Components

SkPluginLibrary/Agents/SkAgents/ChatCompletionGroup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.Threading.Tasks;
88
using Microsoft.SemanticKernel.Agents;
99
using Microsoft.SemanticKernel.Agents.Chat;
10-
using Microsoft.Graph;
1110
using SemanticKernelAgentOrchestration.Models;
1211
using SkPluginLibrary.Agents.Extensions;
1312
using SkPluginLibrary.Agents.Models.Events;

SkPluginLibrary/Services/GithubCodeReaderService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
using System.Text.Json;
44
using System.Threading.Tasks;
55
using Microsoft.Extensions.Configuration;
6-
using Microsoft.Graph;
7-
86

97
namespace SkPluginLibrary.Services;
108

SkPluginLibrary/SkPluginLibrary.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Document" Version="1.54.0-alpha" />
7272
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Grpc" Version="1.54.0-alpha" />
7373
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.54.0-alpha" />
74-
<PackageReference Include="Microsoft.SemanticKernel.Plugins.MsGraph" Version="1.54.0-alpha" />
7574
<PackageReference Include="Microsoft.SemanticKernel.Plugins.OpenApi" Version="1.54.0" />
7675
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Web" Version="1.54.0-alpha" />
7776
<PackageReference Include="OpenMeteo.dotnet" Version="2.0.0" />

0 commit comments

Comments
 (0)