Skip to content

Commit f5464ce

Browse files
Bump the all group with 2 updates (#306)
Bumps Microsoft.NET.ILLink.Tasks from 9.0.8 to 9.0.9 Bumps System.Text.Json from 9.0.8 to 9.0.9 --- updated-dependencies: - dependency-name: Microsoft.NET.ILLink.Tasks dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: System.Text.Json dependency-version: 9.0.9 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 111c2a6 commit f5464ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/helpers/TrimmingHelper/TrimmingHelper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.8" />
16+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.9" />
1717
<TrimmerRootAssembly Include="Cohere" />
1818
</ItemGroup>
1919

src/libs/Cohere/Cohere.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="System.Text.Json" Version="9.0.8" />
17+
<PackageReference Include="System.Text.Json" Version="9.0.9" />
1818
</ItemGroup>
1919

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

0 commit comments

Comments
 (0)