Skip to content

Commit 921a054

Browse files
build(deps): Bump the all group with 3 updates (#32)
Bumps the all group with 3 updates: [OpenAI](https://github.com/openai/openai-dotnet), [Google_GenerativeAI.Microsoft](https://github.com/gunpal5/Google_GenerativeAI) and [Microsoft.Extensions.AI](https://github.com/dotnet/extensions). Updates `OpenAI` from 2.2.0-beta.3 to 2.2.0-beta.4 - [Release notes](https://github.com/openai/openai-dotnet/releases) - [Changelog](https://github.com/openai/openai-dotnet/blob/main/CHANGELOG.md) - [Commits](openai/openai-dotnet@OpenAI_2.2.0-beta.3...OpenAI_2.2.0-beta.4) Updates `Google_GenerativeAI.Microsoft` from 2.4.3 to 2.4.6 - [Release notes](https://github.com/gunpal5/Google_GenerativeAI/releases) - [Changelog](https://github.com/gunpal5/Google_GenerativeAI/blob/main/CHANGELOG.md) - [Commits](gunpal5/Google_GenerativeAI@v2.4.3...v2.4.6) Updates `Microsoft.Extensions.AI` from 9.3.0-preview.1.25161.3 to 9.3.0-preview.1.25161.3 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/commits) --- updated-dependencies: - dependency-name: OpenAI dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Google_GenerativeAI.Microsoft dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.Extensions.AI dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d62ff17 commit 921a054

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/tests/AotConsole/AotConsole.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.Extensions.AI" Version="9.3.0-preview.1.25161.3" />
1919
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.3.0-preview.1.25161.3" />
20-
<PackageReference Include="OpenAI" Version="2.2.0-beta.3" />
20+
<PackageReference Include="OpenAI" Version="2.2.0-beta.4" />
2121
</ItemGroup>
2222

2323
</Project>

src/tests/CSharpToJsonSchema.MeaiTests/CSharpToJsonSchema.MeaiTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
@@ -9,7 +9,7 @@
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="Google_GenerativeAI.Microsoft" Version="2.4.3" />
12+
<PackageReference Include="Google_GenerativeAI.Microsoft" Version="2.4.6" />
1313
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.2" />
1414
<PackageReference Include="H.Resources.Generator" Version="1.8.0">
1515
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)