Skip to content

Commit 1e26bc5

Browse files
Bump the all group with 2 updates (#141)
Bumps Microsoft.Extensions.AI.Abstractions from 10.0.1 to 10.1.1 Bumps System.Text.Json from 10.0.0 to 10.0.1 --- updated-dependencies: - dependency-name: Microsoft.Extensions.AI.Abstractions dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: System.Text.Json dependency-version: 10.0.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 18d35aa commit 1e26bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libs/AssemblyAI/AssemblyAI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
19-
<PackageReference Include="System.Text.Json" Version="10.0.0" />
20-
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.0.1" />
19+
<PackageReference Include="System.Text.Json" Version="10.0.1" />
20+
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.1.1" />
2121
</ItemGroup>
2222

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

0 commit comments

Comments
 (0)