Skip to content

Commit

Permalink
Upgrade Azure.Identity and Microsoft.SemanticKernel packages
Browse files Browse the repository at this point in the history
Upgraded the following packages in `OllamaApiFacade.DemoWebApi.csproj`:
- `Azure.Identity` from `1.12.0` to `1.12.1`
- `Microsoft.SemanticKernel` from `1.19.0` to `1.21.1`
- `Microsoft.SemanticKernel.Connectors.OpenAI` from `1.19.0` to `1.21.1`

Upgraded the following packages in `OllamaApiFacade.csproj`:
- `Microsoft.SemanticKernel` from `1.19.0` to `1.21.1`
- `Microsoft.SemanticKernel.Connectors.OpenAI` from `1.19.0` to `1.21.1`
  • Loading branch information
GregorBiswanger committed Sep 27, 2024
1 parent bc075fb commit d51c898
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions OllamaApiFacade.DemoWebApi/OllamaApiFacade.DemoWebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Identity" Version="1.12.1" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.19.0" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.19.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.21.1" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.21.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions OllamaApiFacade/OllamaApiFacade.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel" Version="1.19.0" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.19.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.21.1" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.21.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d51c898

Please sign in to comment.