Skip to content

Commit ad5d6a2

Browse files
committed
Update Semantic Kernel dependency
1 parent 3537462 commit ad5d6a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/AssemblyAI.SemanticKernel/AssemblyAI.SemanticKernel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
</PropertyGroup>
3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.Extensions.Options">
35-
<Version>8.0.0</Version>
35+
<Version>8.0.2</Version>
3636
</PackageReference>
3737
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions">
3838
<Version>8.0.0</Version>
3939
</PackageReference>
4040
<PackageReference Include="Microsoft.SemanticKernel">
41-
<Version>1.0.1</Version>
41+
<Version>1.17.1</Version>
4242
</PackageReference>
4343
<PackageReference Include="System.Net.Http.Json">
4444
<Version>8.0.0</Version>

src/Sample/Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Version>8.0.0</Version>
3535
</PackageReference>
3636
<PackageReference Include="Microsoft.SemanticKernel">
37-
<Version>1.0.1</Version>
37+
<Version>1.17.1</Version>
3838
</PackageReference>
3939
<PackageReference Include="Microsoft.SemanticKernel.Planners.Handlebars">
4040
<Version>1.0.1-preview</Version>

0 commit comments

Comments
 (0)