Skip to content

Commit 9541eaf

Browse files
Bump the all group with 2 updates (#137)
Bumps FluentAssertions from 8.7.1 to 8.8.0 Bumps Microsoft.Extensions.AI.Abstractions from 9.10.0 to 9.10.1 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.Extensions.AI.Abstractions dependency-version: 9.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08735c1 commit 9541eaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/libs/AssemblyAI/AssemblyAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="System.Text.Json" Version="9.0.10" />
20-
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.0" />
20+
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.1" />
2121
</ItemGroup>
2222

2323
<ItemGroup Condition="'$(TargetFramework)' == 'net4.6.2'">

src/tests/IntegrationTests/AssemblyAI.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="FluentAssertions" Version="8.7.1" />
13+
<PackageReference Include="FluentAssertions" Version="8.8.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup Label="GlobalUsings">

0 commit comments

Comments
 (0)