Skip to content

Commit a5a2e81

Browse files
Bump the all group with 2 updates
Bumps Microsoft.NET.ILLink.Tasks from 10.0.5 to 10.0.6 Bumps Microsoft.Windows.CsWin32 from 0.3.269 to 0.3.275 --- updated-dependencies: - dependency-name: Microsoft.NET.ILLink.Tasks dependency-version: 10.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.Windows.CsWin32 dependency-version: 0.3.275 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12b0bd2 commit a5a2e81

2 files changed

Lines changed: 3 additions & 3 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="10.0.5" />
16+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="10.0.6" />
1717
<TrimmerRootAssembly Include="H.InputSimulator" />
1818
</ItemGroup>
1919

src/libs/H.InputSimulator/H.InputSimulator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
21+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.275">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
32-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="10.0.5" />
32+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="10.0.6" />
3333
<PackageReference Include="System.Memory" Version="4.6.3" />
3434
</ItemGroup>
3535

0 commit comments

Comments
 (0)