Skip to content

Commit

Permalink
Pin version of Microsoft.DotNet.ILCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ringler committed Nov 12, 2024
1 parent affea75 commit 04b41e3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions czishrink/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<PackageVersion Include="MessageBox.Avalonia" Version="3.1.6.13" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageVersion Include="Microsoft.DotNet.ILCompiler" Version="8.0.8" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Projektanker.Icons.Avalonia.FontAwesome" Version="9.4.1" />
<PackageVersion Include="ReactiveUI" Version="$(ReactiveUIVersion)" />
Expand Down
7 changes: 7 additions & 0 deletions czishrink/netczicompress.Desktop/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@
"Avalonia.ReactiveUI": "[11.1.4, )",
"Avalonia.Themes.Fluent": "[11.1.4, )",
"MessageBox.Avalonia": "[3.1.6.13, )",
"Microsoft.DotNet.ILCompiler": "[8.0.8, )",
"Microsoft.Extensions.Logging.Abstractions": "[8.0.2, )",
"Projektanker.Icons.Avalonia.FontAwesome": "[9.4.1, )",
"ReactiveUI.Fody": "[19.5.41, )",
Expand Down Expand Up @@ -633,6 +634,12 @@
"Markdown.Avalonia": "11.0.2"
}
},
"Microsoft.DotNet.ILCompiler": {
"type": "CentralTransitive",
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "OWFDT/S4Zl5QVakCjVfRaZTLrmWDhA20ud/BKkru7vWnIrejMcUk4Xz2MwavgyzBypryoHYta787k4avhxsU9A=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "CentralTransitive",
"requested": "[8.0.2, )",
Expand Down
1 change: 1 addition & 0 deletions czishrink/netczicompress/netczicompress.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<PackageReference Include="Avalonia.ReactiveUI" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" />
<PackageReference Include="Microsoft.DotNet.ILCompiler" />
<PackageReference Include="libczicompressc" />
<PackageReference Include="MessageBox.Avalonia" />
<PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" />
Expand Down
7 changes: 7 additions & 0 deletions czishrink/netczicompressTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,7 @@
"Avalonia.ReactiveUI": "[11.1.4, )",
"Avalonia.Themes.Fluent": "[11.1.4, )",
"MessageBox.Avalonia": "[3.1.6.13, )",
"Microsoft.DotNet.ILCompiler": "[8.0.8, )",
"Microsoft.Extensions.Logging.Abstractions": "[8.0.2, )",
"Projektanker.Icons.Avalonia.FontAwesome": "[9.4.1, )",
"ReactiveUI.Fody": "[19.5.41, )",
Expand Down Expand Up @@ -1445,6 +1446,12 @@
"Markdown.Avalonia": "11.0.2"
}
},
"Microsoft.DotNet.ILCompiler": {
"type": "CentralTransitive",
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "OWFDT/S4Zl5QVakCjVfRaZTLrmWDhA20ud/BKkru7vWnIrejMcUk4Xz2MwavgyzBypryoHYta787k4avhxsU9A=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "CentralTransitive",
"requested": "[8.0.2, )",
Expand Down

0 comments on commit 04b41e3

Please sign in to comment.