Skip to content

Commit 5be8d3a

Browse files
committed
fix(dotnet-nativeaot): bump ILCompiler pin from 9.0.15 to 9.0.16
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent feb3591 commit 5be8d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/dotnet-nativeaot/HelloNativeAot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<InvariantGlobalization>true</InvariantGlobalization>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler" Version="9.0.15" />
10+
<PackageReference Include="runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler" Version="9.0.16" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)