File tree Expand file tree Collapse file tree 5 files changed +1
-6
lines changed
BlazorWithSematicKernel/Components Expand file tree Collapse file tree 5 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 39
39
name : webapp
40
40
path : ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
41
41
- name : Deploy to Azure WebApp
42
- uses : azure/webapps-deploy@v2
42
+ uses : azure/webapps-deploy@v3
43
43
with :
44
44
app-name : ${{ env.AZURE_WEBAPP_NAME }}
45
45
publish-profile : ${{ secrets.AdventuresInSemanticKernel_B4E3 }}
Original file line number Diff line number Diff line change 1
1
using Microsoft . AspNetCore . Components ;
2
- using Microsoft . Graph ;
3
2
using SkPluginLibrary . Abstractions ;
4
3
5
4
namespace BlazorWithSematicKernel . Components
Original file line number Diff line number Diff line change 7
7
using System . Threading . Tasks ;
8
8
using Microsoft . SemanticKernel . Agents ;
9
9
using Microsoft . SemanticKernel . Agents . Chat ;
10
- using Microsoft . Graph ;
11
10
using SemanticKernelAgentOrchestration . Models ;
12
11
using SkPluginLibrary . Agents . Extensions ;
13
12
using SkPluginLibrary . Agents . Models . Events ;
Original file line number Diff line number Diff line change 3
3
using System . Text . Json ;
4
4
using System . Threading . Tasks ;
5
5
using Microsoft . Extensions . Configuration ;
6
- using Microsoft . Graph ;
7
-
8
6
9
7
namespace SkPluginLibrary . Services ;
10
8
Original file line number Diff line number Diff line change 71
71
<PackageReference Include =" Microsoft.SemanticKernel.Plugins.Document" Version =" 1.54.0-alpha" />
72
72
<PackageReference Include =" Microsoft.SemanticKernel.Plugins.Grpc" Version =" 1.54.0-alpha" />
73
73
<PackageReference Include =" Microsoft.SemanticKernel.Plugins.Memory" Version =" 1.54.0-alpha" />
74
- <PackageReference Include =" Microsoft.SemanticKernel.Plugins.MsGraph" Version =" 1.54.0-alpha" />
75
74
<PackageReference Include =" Microsoft.SemanticKernel.Plugins.OpenApi" Version =" 1.54.0" />
76
75
<PackageReference Include =" Microsoft.SemanticKernel.Plugins.Web" Version =" 1.54.0-alpha" />
77
76
<PackageReference Include =" OpenMeteo.dotnet" Version =" 2.0.0" />
You can’t perform that action at this time.
0 commit comments