Skip to content

Commit 00dccbb

Browse files
Merge pull request #111 from tryAGI/dependabot/nuget/src/helpers/TrimmingHelper/all-9661201459
Bump the all group with 4 updates
2 parents c168c7d + 948cf43 commit 00dccbb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.10" />
16+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.11" />
1717
<TrimmerRootAssembly Include="Luma" />
1818
</ItemGroup>
1919

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

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

src/tests/IntegrationTests/Luma.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="MSTest" Version="4.0.1" />
9-
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1">
8+
<PackageReference Include="MSTest" Version="4.0.2" />
9+
<PackageReference Include="GitHubActionsTestLogger" Version="3.0.0">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>

0 commit comments

Comments
 (0)