Skip to content

Commit 7b6c37c

Browse files
committed
Merge branch 'net9' into net9-test
2 parents 61dd3e6 + d57eb6c commit 7b6c37c

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
lines changed

Flow.Launcher.Core/Flow.Launcher.Core.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1414
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
15+
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
1516
</PropertyGroup>
1617

1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

Flow.Launcher.Core/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
},
143143
"Microsoft.Win32.SystemEvents": {
144144
"type": "Transitive",
145-
"resolved": "7.0.0",
146-
"contentHash": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ=="
145+
"resolved": "9.0.2",
146+
"contentHash": "5BkGZ6mHp2dHydR29sb0fDfAuqkv30AHtTih8wMzvPZysOmBFvHfnkR2w3tsc0pSiIg8ZoKyefJXWy9r3pBh0w=="
147147
},
148148
"Mono.Cecil": {
149149
"type": "Transitive",
@@ -185,10 +185,10 @@
185185
},
186186
"System.Drawing.Common": {
187187
"type": "Transitive",
188-
"resolved": "7.0.0",
189-
"contentHash": "KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==",
188+
"resolved": "9.0.2",
189+
"contentHash": "JU947wzf8JbBS16Y5EIZzAlyQU+k68D7LRx6y03s2wlhlvLqkt/8uPBrjv2hJnnaJKbdb0GhQ3JZsfYXhrRjyg==",
190190
"dependencies": {
191-
"Microsoft.Win32.SystemEvents": "7.0.0"
191+
"Microsoft.Win32.SystemEvents": "9.0.2"
192192
}
193193
},
194194
"System.IO.Pipelines": {
@@ -222,7 +222,7 @@
222222
"Microsoft.VisualStudio.Threading": "[17.12.19, )",
223223
"NLog": "[4.7.10, )",
224224
"PropertyChanged.Fody": "[3.4.0, )",
225-
"System.Drawing.Common": "[7.0.0, )",
225+
"System.Drawing.Common": "[9.0.2, )",
226226
"ToolGood.Words.Pinyin": "[3.0.1.4, )"
227227
}
228228
},

Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15+
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
1516
</PropertyGroup>
1617

1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -67,7 +68,7 @@
6768
</PackageReference>
6869
<PackageReference Include="NLog" Version="4.7.10" />
6970
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
70-
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
71+
<PackageReference Include="System.Drawing.Common" Version="9.0.2" />
7172
<!--ToolGood.Words.Pinyin v3.0.2.6 results in high memory usage when search with pinyin is enabled-->
7273
<!--Bumping to it or higher needs to test and ensure this is no longer a problem-->
7374
<PackageReference Include="ToolGood.Words.Pinyin" Version="3.0.1.4" />

Flow.Launcher.Infrastructure/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
},
7878
"System.Drawing.Common": {
7979
"type": "Direct",
80-
"requested": "[7.0.0, )",
81-
"resolved": "7.0.0",
82-
"contentHash": "KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==",
80+
"requested": "[9.0.2, )",
81+
"resolved": "9.0.2",
82+
"contentHash": "JU947wzf8JbBS16Y5EIZzAlyQU+k68D7LRx6y03s2wlhlvLqkt/8uPBrjv2hJnnaJKbdb0GhQ3JZsfYXhrRjyg==",
8383
"dependencies": {
84-
"Microsoft.Win32.SystemEvents": "7.0.0"
84+
"Microsoft.Win32.SystemEvents": "9.0.2"
8585
}
8686
},
8787
"ToolGood.Words.Pinyin": {
@@ -117,8 +117,8 @@
117117
},
118118
"Microsoft.Win32.SystemEvents": {
119119
"type": "Transitive",
120-
"resolved": "7.0.0",
121-
"contentHash": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ=="
120+
"resolved": "9.0.2",
121+
"contentHash": "5BkGZ6mHp2dHydR29sb0fDfAuqkv30AHtTih8wMzvPZysOmBFvHfnkR2w3tsc0pSiIg8ZoKyefJXWy9r3pBh0w=="
122122
},
123123
"Microsoft.Windows.SDK.Win32Docs": {
124124
"type": "Transitive",

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
14+
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
1415
</PropertyGroup>
1516

1617
<PropertyGroup>

Flow.Launcher/Flow.Launcher.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1414
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
15+
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
1516
</PropertyGroup>
1617

1718
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Flow.Launcher/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@
469469
},
470470
"Microsoft.Win32.SystemEvents": {
471471
"type": "Transitive",
472-
"resolved": "7.0.0",
473-
"contentHash": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ=="
472+
"resolved": "9.0.2",
473+
"contentHash": "5BkGZ6mHp2dHydR29sb0fDfAuqkv30AHtTih8wMzvPZysOmBFvHfnkR2w3tsc0pSiIg8ZoKyefJXWy9r3pBh0w=="
474474
},
475475
"Microsoft.Windows.SDK.Win32Docs": {
476476
"type": "Transitive",
@@ -556,10 +556,10 @@
556556
},
557557
"System.Drawing.Common": {
558558
"type": "Transitive",
559-
"resolved": "7.0.0",
560-
"contentHash": "KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==",
559+
"resolved": "9.0.2",
560+
"contentHash": "JU947wzf8JbBS16Y5EIZzAlyQU+k68D7LRx6y03s2wlhlvLqkt/8uPBrjv2hJnnaJKbdb0GhQ3JZsfYXhrRjyg==",
561561
"dependencies": {
562-
"Microsoft.Win32.SystemEvents": "7.0.0"
562+
"Microsoft.Win32.SystemEvents": "9.0.2"
563563
}
564564
},
565565
"System.IO.Pipelines": {
@@ -639,7 +639,7 @@
639639
"Microsoft.VisualStudio.Threading": "[17.12.19, )",
640640
"NLog": "[4.7.10, )",
641641
"PropertyChanged.Fody": "[3.4.0, )",
642-
"System.Drawing.Common": "[7.0.0, )",
642+
"System.Drawing.Common": "[9.0.2, )",
643643
"ToolGood.Words.Pinyin": "[3.0.1.4, )"
644644
}
645645
},

0 commit comments

Comments
 (0)