Skip to content

Commit

Permalink
Bump the microsoft group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the microsoft group with 2 updates: [Microsoft.DotNet.ILCompiler](https://github.com/dotnet/runtime) and [Microsoft.NET.ILLink.Tasks](https://github.com/dotnet/runtime).


Updates `Microsoft.DotNet.ILCompiler` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.1)

Updates `Microsoft.NET.ILLink.Tasks` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.DotNet.ILCompiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.NET.ILLink.Tasks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 97e80f2 commit 9633f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ImGuiAppDemo/ImGuiAppDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.0" />
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="9.0.1" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.1" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 9633f38

Please sign in to comment.