Skip to content

Commit d3f3b64

Browse files
Merge pull request #60 from tryAGI/dependabot/nuget/src/helpers/TrimmingHelper/all-9d4734798a
Bump the all group with 4 updates
2 parents abecd79 + 841a8c0 commit d3f3b64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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="8.0.20" />
16+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.21" />
1717
<TrimmerRootAssembly Include="Groq" />
1818
</ItemGroup>
1919

src/libs/Groq/Groq.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.9" />
17+
<PackageReference Include="System.Text.Json" Version="9.0.10" />
1818
</ItemGroup>
1919

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

src/tests/IntegrationTests/Groq.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="4.0.0" />
14-
<PackageReference Include="MSTest.TestFramework" Version="4.0.0" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="4.0.1" />
14+
<PackageReference Include="MSTest.TestFramework" Version="4.0.1" />
1515
<PackageReference Include="FluentAssertions" Version="8.7.1" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)