Skip to content

Commit 69745c6

Browse files
committedMar 11, 2025··
Downgrade package
1 parent 6b55512 commit 69745c6

12 files changed

+26
-26
lines changed
 

‎CollapseLauncher/packages.lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
"dependencies": {
426426
"H.NotifyIcon": "[0.0.0, )",
427427
"Microsoft.Extensions.Logging.Abstractions": "[9.0.1, )",
428-
"Microsoft.NET.ILLink.Tasks": "[9.0.2, )",
428+
"Microsoft.NET.ILLink.Tasks": "[9.0.1, )",
429429
"Microsoft.Web.WebView2": "[1.0.3065.39, )",
430430
"Microsoft.Windows.SDK.BuildTools": "[10.0.22621.3233, )",
431431
"Microsoft.WindowsAppSDK": "[1.6.250205002, )"
@@ -436,7 +436,7 @@
436436
"dependencies": {
437437
"Hi3Helper.EncTool": "[1.0.0, )",
438438
"Hi3Helper.Win32": "[1.0.0, )",
439-
"Microsoft.NET.ILLink.Tasks": "[9.0.2, )",
439+
"Microsoft.NET.ILLink.Tasks": "[9.0.1, )",
440440
"Microsoft.Windows.CsWinRT": "[2.2.0, )",
441441
"Sentry": "[5.2.0, )"
442442
}
@@ -480,7 +480,7 @@
480480
"CommunityToolkit.WinUI.Extensions": "[8.2.250129-preview2, )",
481481
"CommunityToolkit.WinUI.Media": "[8.2.250129-preview2, )",
482482
"Microsoft.Graphics.Win2D": "[1.3.2, )",
483-
"Microsoft.NET.ILLink.Tasks": "[9.0.2, )",
483+
"Microsoft.NET.ILLink.Tasks": "[9.0.1, )",
484484
"Microsoft.Web.WebView2": "[1.0.3065.39, )",
485485
"Microsoft.Windows.CsWinRT": "[2.2.0, )",
486486
"Microsoft.Windows.SDK.BuildTools": "[10.0.22621.3233, )",
@@ -500,7 +500,7 @@
500500
"innosetuphelper": {
501501
"type": "Project",
502502
"dependencies": {
503-
"Microsoft.NET.ILLink.Tasks": "[9.0.2, )",
503+
"Microsoft.NET.ILLink.Tasks": "[9.0.1, )",
504504
"System.IO.Hashing": "[9.0.1, )"
505505
}
506506
},
@@ -509,7 +509,7 @@
509509
"dependencies": {
510510
"CommunityToolkit.Common": "[8.4.0, )",
511511
"CommunityToolkit.WinUI.Triggers": "[8.2.250129-preview2, )",
512-
"Microsoft.NET.ILLink.Tasks": "[9.0.2, )",
512+
"Microsoft.NET.ILLink.Tasks": "[9.0.1, )",
513513
"Microsoft.Web.WebView2": "[1.0.3065.39, )",
514514
"Microsoft.Windows.CsWinRT": "[2.2.0, )",
515515
"Microsoft.Windows.SDK.BuildTools": "[10.0.22621.3233, )",

‎Hi3Helper.CommunityToolkit/ImageCropper/Hi3Helper.CommunityToolkit.WinUI.Controls.ImageCropper.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<ItemGroup>
3636
<PackageReference Include="CommunityToolkit.Common" Version="8.4.0" />
3737
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.2" />
38-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.2" />
38+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.1" />
3939
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3065.39" />
4040
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
4141
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250205002" />

‎Hi3Helper.CommunityToolkit/ImageCropper/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"Microsoft.NET.ILLink.Tasks": {
4343
"type": "Direct",
44-
"requested": "[9.0.2, )",
45-
"resolved": "9.0.2",
46-
"contentHash": "+KFnCLVPicEq99ko0tq+ycTvNLXHw0tImmTZjPloB/DOFLPT56KLfk5aS7wbgXRPzYhXTTBYLGaABea5mke77w=="
44+
"requested": "[9.0.1, )",
45+
"resolved": "9.0.1",
46+
"contentHash": "BKFAkdhUUJivAoKuSWcT23WH9E+AWQMJootzt9X+lnesOD2a2yNIe1ZQFtxB8H3ayskLBD5gYyIbj5GIfw7rZg=="
4747
},
4848
"Microsoft.Web.WebView2": {
4949
"type": "Direct",

‎Hi3Helper.CommunityToolkit/SettingsControls/Hi3Helper.CommunityToolkit.WinUI.Controls.SettingsControls.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<ItemGroup>
3636
<PackageReference Include="CommunityToolkit.Common" Version="8.4.0" />
3737
<PackageReference Include="CommunityToolkit.WinUI.Triggers" Version="8.2.250129-preview2" />
38-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.2" />
38+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.1" />
3939
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3065.39" />
4040
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
4141
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250205002" />

‎Hi3Helper.CommunityToolkit/SettingsControls/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"Microsoft.NET.ILLink.Tasks": {
2222
"type": "Direct",
23-
"requested": "[9.0.2, )",
24-
"resolved": "9.0.2",
25-
"contentHash": "+KFnCLVPicEq99ko0tq+ycTvNLXHw0tImmTZjPloB/DOFLPT56KLfk5aS7wbgXRPzYhXTTBYLGaABea5mke77w=="
23+
"requested": "[9.0.1, )",
24+
"resolved": "9.0.1",
25+
"contentHash": "BKFAkdhUUJivAoKuSWcT23WH9E+AWQMJootzt9X+lnesOD2a2yNIe1ZQFtxB8H3ayskLBD5gYyIbj5GIfw7rZg=="
2626
},
2727
"Microsoft.Web.WebView2": {
2828
"type": "Direct",

‎Hi3Helper.Core/Hi3Helper.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ItemGroup>
4343

4444
<ItemGroup>
45-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.2" />
45+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.1" />
4646
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
4747
<PackageReference Include="Sentry" Version="5.2.0" />
4848
</ItemGroup>

‎Hi3Helper.Core/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net9.0-windows10.0.22621": {
55
"Microsoft.NET.ILLink.Tasks": {
66
"type": "Direct",
7-
"requested": "[9.0.2, )",
8-
"resolved": "9.0.2",
9-
"contentHash": "+KFnCLVPicEq99ko0tq+ycTvNLXHw0tImmTZjPloB/DOFLPT56KLfk5aS7wbgXRPzYhXTTBYLGaABea5mke77w=="
7+
"requested": "[9.0.1, )",
8+
"resolved": "9.0.1",
9+
"contentHash": "BKFAkdhUUJivAoKuSWcT23WH9E+AWQMJootzt9X+lnesOD2a2yNIe1ZQFtxB8H3ayskLBD5gYyIbj5GIfw7rZg=="
1010
},
1111
"Microsoft.Windows.CsWinRT": {
1212
"type": "Direct",

‎Hi3Helper.EncTool.Test/Hi3Helper.EncTool.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.2" />
13+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.1" />
1414
</ItemGroup>
1515

1616
</Project>

‎Hi3Helper.EncTool.Test/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net9.0": {
55
"Microsoft.NET.ILLink.Tasks": {
66
"type": "Direct",
7-
"requested": "[9.0.2, )",
8-
"resolved": "9.0.2",
9-
"contentHash": "+KFnCLVPicEq99ko0tq+ycTvNLXHw0tImmTZjPloB/DOFLPT56KLfk5aS7wbgXRPzYhXTTBYLGaABea5mke77w=="
7+
"requested": "[9.0.1, )",
8+
"resolved": "9.0.1",
9+
"contentHash": "BKFAkdhUUJivAoKuSWcT23WH9E+AWQMJootzt9X+lnesOD2a2yNIe1ZQFtxB8H3ayskLBD5gYyIbj5GIfw7rZg=="
1010
}
1111
}
1212
}

‎InnoSetupHelper/InnoSetupHelper.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.2" />
22+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.1" />
2323
<PackageReference Include="System.IO.Hashing" Version="9.0.1" />
2424
</ItemGroup>
2525

‎InnoSetupHelper/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net9.0": {
55
"Microsoft.NET.ILLink.Tasks": {
66
"type": "Direct",
7-
"requested": "[9.0.2, )",
8-
"resolved": "9.0.2",
9-
"contentHash": "+KFnCLVPicEq99ko0tq+ycTvNLXHw0tImmTZjPloB/DOFLPT56KLfk5aS7wbgXRPzYhXTTBYLGaABea5mke77w=="
7+
"requested": "[9.0.1, )",
8+
"resolved": "9.0.1",
9+
"contentHash": "BKFAkdhUUJivAoKuSWcT23WH9E+AWQMJootzt9X+lnesOD2a2yNIe1ZQFtxB8H3ayskLBD5gYyIbj5GIfw7rZg=="
1010
},
1111
"System.IO.Hashing": {
1212
"type": "Direct",

0 commit comments

Comments
 (0)
Please sign in to comment.