Skip to content

Commit 4f4c9db

Browse files
Update Microsoft.DotNet.ILCompiler requirement from 7.0.3-* to 7.0.4-* (#1336)
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.3...v7.0.4) --- 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>
1 parent f65c38d commit 4f4c9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lab/Experiments/CoreRTTest/CoreRTTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</PropertyGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="7.0.3-*" />
56+
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="7.0.4-*" />
5757
</ItemGroup>
5858

5959
</Project>

0 commit comments

Comments
 (0)