Skip to content

Commit 920f819

Browse files
Bump the extensions group across 1 directory with 2 updates
Bumps the extensions group with 2 updates in the / directory: [Microsoft.Extensions.AI](https://github.com/dotnet/extensions) and [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.AI` from 9.4.3-preview.1.25230.7 to 9.5.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/commits/v9.5.0) Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.3 to 9.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.5) --- updated-dependencies: - dependency-name: Microsoft.Extensions.AI dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: extensions - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5e4534 commit 920f819

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Api/Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<PackageReference Include="Azure.Storage.Blobs" Version="12.24.0" />
2929
<PackageReference Include="Azure.AI.OpenAI" Version="2.2.0-beta.4" />
30-
<PackageReference Include="Microsoft.Extensions.AI" Version="9.4.3-preview.1.25230.7" />
30+
<PackageReference Include="Microsoft.Extensions.AI" Version="9.5.0" />
3131
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.3-preview.1.25230.7" />
3232

3333
<PackageReference Include="Devlooped.Extensions.DependencyInjection.Attributed" Version="2.0.0" PrivateAssets="all" />

src/OpenLaw/OpenLaw.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
<TargetFramework>net8.0</TargetFramework>
@@ -13,9 +13,9 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Devlooped.TableStorage" Version="5.2.2" />
16-
<PackageReference Include="Microsoft.Extensions.AI" Version="9.4.3-preview.1.25230.7" />
16+
<PackageReference Include="Microsoft.Extensions.AI" Version="9.5.0" />
1717
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.3-preview.1.25230.7" />
18-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.3" />
18+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.5" />
1919
<PackageReference Include="NuGetizer" Version="1.2.4" PrivateAssets="all" />
2020
<PackageReference Include="SystemTextJson.JsonDiffPatch" Version="2.0.0" />
2121
<PackageReference Include="YamlDotNet" Version="16.3.0" />

0 commit comments

Comments
 (0)