Skip to content

Commit

Permalink
Update Microsoft.DotNet.ILCompiler requirement from 7.0.7-* to 7.0.8-* (
Browse files Browse the repository at this point in the history
#1545)

Updates the requirements on [Microsoft.DotNet.ILCompiler](https://github.com/dotnet/runtime) to permit the latest version.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.7...v7.0.8)

---
updated-dependencies:
- dependency-name: Microsoft.DotNet.ILCompiler
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2023
1 parent cb73f6a commit 3921e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lab/Experiments/CoreRTTest/CoreRTTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="7.0.7-*" />
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="7.0.8-*" />
</ItemGroup>

</Project>

0 comments on commit 3921e58

Please sign in to comment.