Skip to content

Commit 655b696

Browse files
Bump the dotnet group (#45417)
Bumps the dotnet group in /docs/ai/quickstarts/snippets/chat-with-data/azure-openai with 2 updates: [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Configuration` from 10.0.0-preview.1.25080.5 to 10.0.0-preview.2.25163.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v10.0.0-preview.1.25080.5...v10.0.0-preview.2.25163.2) Updates `Microsoft.Extensions.Configuration` from 10.0.0-preview.1.25080.5 to 10.0.0-preview.2.25163.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v10.0.0-preview.1.25080.5...v10.0.0-preview.2.25163.2) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 10.0.0-preview.1.25080.5 to 10.0.0-preview.2.25163.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v10.0.0-preview.1.25080.5...v10.0.0-preview.2.25163.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2130d18 commit 655b696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ai/quickstarts/snippets/chat-with-data/azure-openai/VectorDataAI.csproj

Lines changed: 3 additions & 3 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>
@@ -13,8 +13,8 @@
1313
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.3.0-preview.1.25161.3" />
1414
<PackageReference Include="Microsoft.Extensions.VectorData.Abstractions" Version="9.0.0-preview.1.25161.1" />
1515
<PackageReference Include="Microsoft.SemanticKernel.Connectors.InMemory" Version="1.41.0-preview" />
16-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0-preview.1.25080.5" />
17-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0-preview.1.25080.5" />
16+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0-preview.2.25163.2" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0-preview.2.25163.2" />
1818
</ItemGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)