Skip to content

Commit

Permalink
build(deps): Bump Microsoft.NET.ILLink.Tasks from 9.0.0 to 9.0.1
Browse files Browse the repository at this point in the history
Bumps [Microsoft.NET.ILLink.Tasks](https://github.com/dotnet/runtime) 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.NET.ILLink.Tasks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 15, 2025
1 parent 9abfda2 commit 9fbe4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Xdg.Directories.FFI/Xdg.Directories.FFI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Xdg.Directories/Xdg.Directories.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</ItemGroup>

<ItemGroup Label="NuGet Packages">
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.1" />
<PackageReference Include="Microsoft.SourceLink.Gitea" Version="8.0.0" PrivateAssets="all" />
<SourceLinkGiteaHost Include="git.froth.zone" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
Expand Down

0 comments on commit 9fbe4c0

Please sign in to comment.