Skip to content

Commit 381e4a4

Browse files
committed
Explicitly tell ILCompiler version
Forcing build to not fallback a version, which will fail itself
1 parent c79b961 commit 381e4a4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CollapseLauncher/CollapseLauncher.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
-->
148148
<PackageReference Include="Clowd.Squirrel" Version="2.11.1" Condition="!$(DefineConstants.Contains('USEVELOPACK'))" />
149149
<PackageReference Include="Libsql.Client" Version="0.5.0" />
150+
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="9.0.1" />
150151
<!-- Velopacks' outdated dependencies, remove this once they switched to .NET 9 -->
151152
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
152153
<!-- Velopacks' outdated dependencies, remove this once they switched to .NET 9 -->

CollapseLauncher/packages.lock.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@
105105
"resolved": "0.40.0",
106106
"contentHash": "tuoVAXkGYdXyqIq+wkqFFn1LpJzsAuxghqi+MxDc+CrHdQWCMtCsycXMkNcsgsjJeUpFYHqcSBUUzZXEsN9ejQ=="
107107
},
108+
"Microsoft.DotNet.ILCompiler": {
109+
"type": "Direct",
110+
"requested": "[9.0.1, )",
111+
"resolved": "9.0.1",
112+
"contentHash": "YSn2LXCcOfV6VntSFASNmg1W8ldLPbI74YFx+uke2lYFuahhHfeQIgKS3W52R9phB6YLWT4MvLUPDQqUelplJg=="
113+
},
108114
"Microsoft.Extensions.DependencyInjection.Abstractions": {
109115
"type": "Direct",
110116
"requested": "[9.0.1, )",
@@ -521,6 +527,15 @@
521527
"resolved": "0.5.0",
522528
"contentHash": "5Tw6O9sBDAN1aV+kpOSVvqvFk6Ahk6bYz0TTx3808Dp40M45gKTtzTzI9SS1VeAkljE6BAOeKaykpPnG36oOgw=="
523529
},
530+
"Microsoft.DotNet.ILCompiler": {
531+
"type": "Direct",
532+
"requested": "[9.0.1, )",
533+
"resolved": "9.0.1",
534+
"contentHash": "YSn2LXCcOfV6VntSFASNmg1W8ldLPbI74YFx+uke2lYFuahhHfeQIgKS3W52R9phB6YLWT4MvLUPDQqUelplJg==",
535+
"dependencies": {
536+
"runtime.win-x64.Microsoft.DotNet.ILCompiler": "9.0.1"
537+
}
538+
},
524539
"Microsoft.Graphics.Win2D": {
525540
"type": "Direct",
526541
"requested": "[1.3.1, )",

0 commit comments

Comments
 (0)