Skip to content

19 files changed

+85
-85
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
env:
2929
DOTNET_INSTALL_DIR: '.\.dotnet'
30-
DOTNET_VERSION: '9.0.1xx'
30+
DOTNET_VERSION: '9.0.2xx'
3131
DOTNET_QUALITY: 'ga'
3232
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
3333

.github/workflows/qodana-scan-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
Configuration: ${{ matrix.configuration }}
3030
Platform: ${{ matrix.platform }}
3131
DOTNET_INSTALL_DIR: '.\.dotnet'
32-
DOTNET_VERSION: '9.0.1xx'
32+
DOTNET_VERSION: '9.0.2xx'
3333
DOTNET_QUALITY: 'ga'
3434
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
3535

.github/workflows/qodana-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
Configuration: ${{ matrix.configuration }}
2121
Platform: ${{ matrix.platform }}
2222
DOTNET_INSTALL_DIR: '.\.dotnet'
23-
DOTNET_VERSION: '9.0.1xx'
23+
DOTNET_VERSION: '9.0.2xx'
2424
DOTNET_QUALITY: 'ga'
2525
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
2626
permissions:

CollapseLauncher/CollapseLauncher.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@
154154
<PackageReference Include="Clowd.Squirrel" Version="2.11.1" Condition="!$(DefineConstants.Contains('USEVELOPACK'))" />
155155
<PackageReference Include="Libsql.Client" Version="0.5.0" />
156156
<!-- Velopacks' outdated dependencies, remove this once they switched to .NET 9 -->
157-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
157+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.3" />
158158
<!-- Velopacks' outdated dependencies, remove this once they switched to .NET 9 -->
159-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
159+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
160160
<PackageReference Include="Velopack" Version="0.0.1053" Condition="$(DefineConstants.Contains('USEVELOPACK'))" />
161161

162162
<PackageReference Include="CommunityToolkit.Common" Version="8.4.0" />
@@ -192,9 +192,9 @@
192192
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
193193
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
194194
<PackageReference Include="System.Security.AccessControl" Version="6.0.1" />
195-
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="9.0.1" />
196-
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.1" />
197-
<PackageReference Include="System.Text.Json" Version="9.0.1" />
195+
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="9.0.3" />
196+
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.3" />
197+
<PackageReference Include="System.Text.Json" Version="9.0.3" />
198198
</ItemGroup>
199199

200200
<ItemGroup>

CollapseLauncher/packages.lock.json

+55-55
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,17 @@
107107
},
108108
"Microsoft.Extensions.DependencyInjection.Abstractions": {
109109
"type": "Direct",
110-
"requested": "[9.0.1, )",
111-
"resolved": "9.0.1",
112-
"contentHash": "Tr74eP0oQ3AyC24ch17N8PuEkrPbD0JqIfENCYqmgKYNOmL8wQKzLJu3ObxTUDrjnn4rHoR1qKa37/eQyHmCDA=="
110+
"requested": "[9.0.3, )",
111+
"resolved": "9.0.3",
112+
"contentHash": "TfaHPSe39NyL2wxkisRxXK7xvHGZYBZ+dy3r+mqGvnxKgAPdHkMu3QMQZI4pquP6W5FIQBqs8FJpWV8ffCgDqQ=="
113113
},
114114
"Microsoft.Extensions.Logging.Abstractions": {
115115
"type": "Direct",
116-
"requested": "[9.0.1, )",
117-
"resolved": "9.0.1",
118-
"contentHash": "w2gUqXN/jNIuvqYwX3lbXagsizVNXYyt6LlF57+tMve4JYCEgCMMAjRce6uKcDASJgpMbErRT1PfHy2OhbkqEA==",
116+
"requested": "[9.0.3, )",
117+
"resolved": "9.0.3",
118+
"contentHash": "H/MBMLt9A/69Ux4OrV7oCKt3DcMT04o5SCqDolulzQA66TLFEpYYb4qedMs/uwrLtyHXGuDGWKZse/oa8W9AZw==",
119119
"dependencies": {
120-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.1"
120+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.3"
121121
}
122122
},
123123
"Microsoft.Graphics.Win2D": {
@@ -131,9 +131,9 @@
131131
},
132132
"Microsoft.NET.ILLink.Tasks": {
133133
"type": "Direct",
134-
"requested": "[9.0.2, )",
135-
"resolved": "9.0.2",
136-
"contentHash": "+KFnCLVPicEq99ko0tq+ycTvNLXHw0tImmTZjPloB/DOFLPT56KLfk5aS7wbgXRPzYhXTTBYLGaABea5mke77w=="
134+
"requested": "[9.0.3, )",
135+
"resolved": "9.0.3",
136+
"contentHash": "1rqGTfubVg0qj2PsK6esyq3PIxtYJYrN3LsYUV9RrvH3anmt3fT3ozYdAZZH4U8JU/pt5pPIUk8NBSu26wtekA=="
137137
},
138138
"Microsoft.NETCore.Targets": {
139139
"type": "Direct",
@@ -242,21 +242,21 @@
242242
},
243243
"System.Security.Cryptography.ProtectedData": {
244244
"type": "Direct",
245-
"requested": "[9.0.1, )",
246-
"resolved": "9.0.1",
247-
"contentHash": "u+4PH6GyDjEsWgcpKp1S/DiyxtGvazNPdaPFR6p6/qZr3TW+oZWvwfHO2H2CSpS4KGl2z2CBfU6eB38PsmoxtA=="
245+
"requested": "[9.0.3, )",
246+
"resolved": "9.0.3",
247+
"contentHash": "4PAwR9l3rhAESfymptisnO2KWpHmiTnKxovnREqmiY4BEakXD2ahQU4/NO0vzEarMw8RGzwpmWoiHwvL/waHfQ=="
248248
},
249249
"System.Text.Encoding.CodePages": {
250250
"type": "Direct",
251-
"requested": "[9.0.1, )",
252-
"resolved": "9.0.1",
253-
"contentHash": "7Op2OR5RKJgviMpPsXbcCN5bxew/KmW1AM3bzwFo3kShenYjy9eV5lYYuIxWinhrLMooGu6t2ktMRN9toV7l0Q=="
251+
"requested": "[9.0.3, )",
252+
"resolved": "9.0.3",
253+
"contentHash": "80ABiml18jG+6PB6GmrOyMlWla66f4Tp6RgUCJXZLki1Zu+yqbflXvweT86j2xImKHXoVgivto25Z8P5+FO85w=="
254254
},
255255
"System.Text.Json": {
256256
"type": "Direct",
257-
"requested": "[9.0.1, )",
258-
"resolved": "9.0.1",
259-
"contentHash": "eqWHDZqYPv1PvuvoIIx5pF74plL3iEOZOl/0kQP+Y0TEbtgNnM2W6k8h8EPYs+LTJZsXuWa92n5W5sHTWvE3VA=="
257+
"requested": "[9.0.3, )",
258+
"resolved": "9.0.3",
259+
"contentHash": "r2JRkLjsYrq5Dpo7+y3Wa73OfirZPdVhxiTJWwZ+oJM7FOAe0LkM3GlH+pgkNRdd1G1kwUbmRCdmh4uoaWwu1g=="
260260
},
261261
"Velopack": {
262262
"type": "Direct",
@@ -312,40 +312,40 @@
312312
},
313313
"Microsoft.Extensions.DependencyInjection": {
314314
"type": "Transitive",
315-
"resolved": "9.0.1",
316-
"contentHash": "qZI42ASAe3hr2zMSA6UjM92pO1LeDq5DcwkgSowXXPY8I56M76pEKrnmsKKbxagAf39AJxkH2DY4sb72ixyOrg==",
315+
"resolved": "9.0.3",
316+
"contentHash": "lDbxJpkl6X8KZGpkAxgrrthQ42YeiR0xjPp7KPx+sCPc3ZbpaIbjzd0QQ+9kDdK2RU2DOl3pc6tQyAgEZY3V0A==",
317317
"dependencies": {
318-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.1"
318+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.3"
319319
}
320320
},
321321
"Microsoft.Extensions.Logging": {
322322
"type": "Transitive",
323-
"resolved": "9.0.1",
324-
"contentHash": "E/k5r7S44DOW+08xQPnNbO8DKAQHhkspDboTThNJ6Z3/QBb4LC6gStNWzVmy3IvW7sUD+iJKf4fj0xEkqE7vnQ==",
323+
"resolved": "9.0.3",
324+
"contentHash": "utIi2R1nm+PCWkvWBf1Ou6LWqg9iLfHU23r8yyU9VCvda4dEs7xbTZSwGa5KuwbpzpgCbHCIuKaFHB3zyFmnGw==",
325325
"dependencies": {
326-
"Microsoft.Extensions.DependencyInjection": "9.0.1",
327-
"Microsoft.Extensions.Logging.Abstractions": "9.0.1",
328-
"Microsoft.Extensions.Options": "9.0.1"
326+
"Microsoft.Extensions.DependencyInjection": "9.0.3",
327+
"Microsoft.Extensions.Logging.Abstractions": "9.0.3",
328+
"Microsoft.Extensions.Options": "9.0.3"
329329
}
330330
},
331331
"Microsoft.Extensions.Options": {
332332
"type": "Transitive",
333-
"resolved": "9.0.1",
334-
"contentHash": "nggoNKnWcsBIAaOWHA+53XZWrslC7aGeok+aR+epDPRy7HI7GwMnGZE8yEsL2Onw7kMOHVHwKcsDls1INkNUJQ==",
333+
"resolved": "9.0.3",
334+
"contentHash": "xE7MpY70lkw1oiid5y6FbL9dVw8oLfkx8RhSNGN8sSzBlCqGn0SyT3Fqc8tZnDaPIq7Z8R9RTKlS564DS+MV3g==",
335335
"dependencies": {
336-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.1",
337-
"Microsoft.Extensions.Primitives": "9.0.1"
336+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.3",
337+
"Microsoft.Extensions.Primitives": "9.0.3"
338338
}
339339
},
340340
"Microsoft.Extensions.Primitives": {
341341
"type": "Transitive",
342-
"resolved": "9.0.1",
343-
"contentHash": "bHtTesA4lrSGD1ZUaMIx6frU3wyy0vYtTa/hM6gGQu5QNrydObv8T5COiGUWsisflAfmsaFOe9Xvw5NSO99z0g=="
342+
"resolved": "9.0.3",
343+
"contentHash": "yCCJHvBcRyqapMSNzP+kTc57Eaavq2cr5Tmuil6/XVnipQf5xmskxakSQ1enU6S4+fNg3sJ27WcInV64q24JsA=="
344344
},
345345
"Microsoft.Win32.SystemEvents": {
346346
"type": "Transitive",
347-
"resolved": "9.0.1",
348-
"contentHash": "OxjcwJqBW/5A1111+vL9d+5KYTvOzeCTJY9zHZ0kpQI4wX075p6L7inHPSYuf0MGakVjUvaShvw9e9pfbInU2Q=="
347+
"resolved": "9.0.3",
348+
"contentHash": "Z0hIB2oeNqPOO0MYD0wkLpEe0LangoF3BSdMLLF5wft/rndYoXhLQvWni1OxymlWj+1adswAps2ZlrPmD9ZhBg=="
349349
},
350350
"NuGet.Versioning": {
351351
"type": "Transitive",
@@ -364,16 +364,16 @@
364364
},
365365
"System.Drawing.Common": {
366366
"type": "Transitive",
367-
"resolved": "9.0.1",
368-
"contentHash": "TTPkCqSMyMaG8BXlBKYTTJFtLV0SvjjsvgUN598hYgHaX/5B7tdUc2JhQF9vwrYmlzxId+gwFnKYuxQ2XsSz2g==",
367+
"resolved": "9.0.3",
368+
"contentHash": "yDxzWfZGvOtk8zk5apWXP/tmro1Nghn7/4bWS5np5CtwIfiVCC74qCc1qvIsnywvXKzVqIbKXRk09wts+xGfeg==",
369369
"dependencies": {
370-
"Microsoft.Win32.SystemEvents": "9.0.1"
370+
"Microsoft.Win32.SystemEvents": "9.0.3"
371371
}
372372
},
373373
"System.IO.Hashing": {
374374
"type": "Transitive",
375-
"resolved": "9.0.1",
376-
"contentHash": "jY+E/PElNWQiazN0YHqZGvcSedcZ4Wt0Os1nnJ2SzR3gWZlhNRDkSXOhuHJcLuImD8SrJQQ8TfU0W4mVcit2hg=="
375+
"resolved": "9.0.3",
376+
"contentHash": "BrMGzDRLz410PE4qC8UeKeAc0hFRjBkiCUOLTwuod65NAjqg5tDNqYU7gP0A09taEXtecB+HJc1NNnnTjsKFAQ=="
377377
},
378378
"System.Threading.Tasks.Extensions": {
379379
"type": "Transitive",
@@ -397,34 +397,34 @@
397397
"colorthief": {
398398
"type": "Project",
399399
"dependencies": {
400-
"System.Drawing.Common": "[9.0.1, )"
400+
"System.Drawing.Common": "[9.0.3, )"
401401
}
402402
},
403403
"discordrpc": {
404404
"type": "Project",
405405
"dependencies": {
406-
"Microsoft.Extensions.Logging": "[9.0.1, )",
407-
"System.Text.Json": "[9.0.1, )"
406+
"Microsoft.Extensions.Logging": "[9.0.3, )",
407+
"System.Text.Json": "[9.0.3, )"
408408
}
409409
},
410410
"h.generatedicons.system.drawing": {
411411
"type": "Project",
412412
"dependencies": {
413-
"System.Drawing.Common": "[9.0.1, )"
413+
"System.Drawing.Common": "[9.0.3, )"
414414
}
415415
},
416416
"h.notifyicon": {
417417
"type": "Project",
418418
"dependencies": {
419419
"H.GeneratedIcons.System.Drawing": "[1.0.0, )",
420-
"Microsoft.Extensions.Logging.Abstractions": "[9.0.1, )"
420+
"Microsoft.Extensions.Logging.Abstractions": "[9.0.3, )"
421421
}
422422
},
423423
"h.notifyicon.winui": {
424424
"type": "Project",
425425
"dependencies": {
426426
"H.NotifyIcon": "[0.0.0, )",
427-
"Microsoft.Extensions.Logging.Abstractions": "[9.0.1, )",
427+
"Microsoft.Extensions.Logging.Abstractions": "[9.0.3, )",
428428
"Microsoft.NET.ILLink.Tasks": "[9.0.1, )",
429429
"Microsoft.Web.WebView2": "[1.0.3065.39, )",
430430
"Microsoft.Windows.SDK.BuildTools": "[10.0.22621.3233, )",
@@ -457,20 +457,20 @@
457457
"dependencies": {
458458
"Google.Protobuf": "[*, )",
459459
"Hi3Helper.ZstdNet": "[*, )",
460-
"System.IO.Hashing": "[9.0.1, )"
460+
"System.IO.Hashing": "[9.0.3, )"
461461
}
462462
},
463463
"hi3helper.win32": {
464464
"type": "Project",
465465
"dependencies": {
466-
"Microsoft.Extensions.Logging.Abstractions": "[9.0.1, )"
466+
"Microsoft.Extensions.Logging.Abstractions": "[9.0.3, )"
467467
}
468468
},
469469
"hi3helper.win32.winrt": {
470470
"type": "Project",
471471
"dependencies": {
472472
"Hi3Helper.Win32": "[1.0.0, )",
473-
"Microsoft.Extensions.Logging.Abstractions": "[9.0.1, )"
473+
"Microsoft.Extensions.Logging.Abstractions": "[9.0.3, )"
474474
}
475475
},
476476
"ImageCropper": {
@@ -501,7 +501,7 @@
501501
"type": "Project",
502502
"dependencies": {
503503
"Microsoft.NET.ILLink.Tasks": "[9.0.1, )",
504-
"System.IO.Hashing": "[9.0.1, )"
504+
"System.IO.Hashing": "[9.0.3, )"
505505
}
506506
},
507507
"SettingsControls": {
@@ -569,14 +569,14 @@
569569
},
570570
"System.Text.Encoding.CodePages": {
571571
"type": "Direct",
572-
"requested": "[9.0.1, )",
573-
"resolved": "9.0.1",
574-
"contentHash": "7Op2OR5RKJgviMpPsXbcCN5bxew/KmW1AM3bzwFo3kShenYjy9eV5lYYuIxWinhrLMooGu6t2ktMRN9toV7l0Q=="
572+
"requested": "[9.0.3, )",
573+
"resolved": "9.0.3",
574+
"contentHash": "80ABiml18jG+6PB6GmrOyMlWla66f4Tp6RgUCJXZLki1Zu+yqbflXvweT86j2xImKHXoVgivto25Z8P5+FO85w=="
575575
},
576576
"Microsoft.Win32.SystemEvents": {
577577
"type": "Transitive",
578-
"resolved": "9.0.1",
579-
"contentHash": "OxjcwJqBW/5A1111+vL9d+5KYTvOzeCTJY9zHZ0kpQI4wX075p6L7inHPSYuf0MGakVjUvaShvw9e9pfbInU2Q=="
578+
"resolved": "9.0.3",
579+
"contentHash": "Z0hIB2oeNqPOO0MYD0wkLpEe0LangoF3BSdMLLF5wft/rndYoXhLQvWni1OxymlWj+1adswAps2ZlrPmD9ZhBg=="
580580
}
581581
}
582582
}

ColorThief

Hi3Helper.Core/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"Microsoft.Extensions.DependencyInjection.Abstractions": {
2929
"type": "Transitive",
30-
"resolved": "9.0.1",
31-
"contentHash": "Tr74eP0oQ3AyC24ch17N8PuEkrPbD0JqIfENCYqmgKYNOmL8wQKzLJu3ObxTUDrjnn4rHoR1qKa37/eQyHmCDA=="
30+
"resolved": "9.0.3",
31+
"contentHash": "TfaHPSe39NyL2wxkisRxXK7xvHGZYBZ+dy3r+mqGvnxKgAPdHkMu3QMQZI4pquP6W5FIQBqs8FJpWV8ffCgDqQ=="
3232
},
3333
"Microsoft.Extensions.Logging.Abstractions": {
3434
"type": "Transitive",
35-
"resolved": "9.0.1",
36-
"contentHash": "w2gUqXN/jNIuvqYwX3lbXagsizVNXYyt6LlF57+tMve4JYCEgCMMAjRce6uKcDASJgpMbErRT1PfHy2OhbkqEA==",
35+
"resolved": "9.0.3",
36+
"contentHash": "H/MBMLt9A/69Ux4OrV7oCKt3DcMT04o5SCqDolulzQA66TLFEpYYb4qedMs/uwrLtyHXGuDGWKZse/oa8W9AZw==",
3737
"dependencies": {
38-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.1"
38+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.3"
3939
}
4040
},
4141
"hi3helper.enctool": {
@@ -52,7 +52,7 @@
5252
"hi3helper.win32": {
5353
"type": "Project",
5454
"dependencies": {
55-
"Microsoft.Extensions.Logging.Abstractions": "[9.0.1, )"
55+
"Microsoft.Extensions.Logging.Abstractions": "[9.0.3, )"
5656
}
5757
}
5858
}

Hi3Helper.EncTool

Hi3Helper.Http

ImageEx

InnoSetupHelper/InnoSetupHelper.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.1" />
23-
<PackageReference Include="System.IO.Hashing" Version="9.0.1" />
23+
<PackageReference Include="System.IO.Hashing" Version="9.0.3" />
2424
</ItemGroup>
2525

2626
</Project>

InnoSetupHelper/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"System.IO.Hashing": {
1212
"type": "Direct",
13-
"requested": "[9.0.1, )",
14-
"resolved": "9.0.1",
15-
"contentHash": "jY+E/PElNWQiazN0YHqZGvcSedcZ4Wt0Os1nnJ2SzR3gWZlhNRDkSXOhuHJcLuImD8SrJQQ8TfU0W4mVcit2hg=="
13+
"requested": "[9.0.3, )",
14+
"resolved": "9.0.3",
15+
"contentHash": "BrMGzDRLz410PE4qC8UeKeAc0hFRjBkiCUOLTwuod65NAjqg5tDNqYU7gP0A09taEXtecB+HJc1NNnnTjsKFAQ=="
1616
}
1717
}
1818
}

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for:
3232
3333
echo Install dotnet sdk
3434
35-
choco install dotnet-sdk --version=9.0.102
35+
choco install dotnet-sdk --version=9.0.201
3636
3737
dotnet --version
3838
@@ -139,7 +139,7 @@ for:
139139
140140
echo Install dotnet sdk
141141
142-
choco install dotnet-sdk --version=9.0.102
142+
choco install dotnet-sdk --version=9.0.201
143143
144144
dotnet --version
145145

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "9.0.102"
3+
"version": "9.0.201"
44
}
55
}

0 commit comments

Comments
 (0)