Skip to content

Commit afafd6d

Browse files
committed
Add Microsoft.Win32.SystemEvents
1 parent 9ac32b0 commit afafd6d

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

Flow.Launcher.Core/packages.lock.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161
},
162162
"Microsoft.Win32.SystemEvents": {
163163
"type": "Transitive",
164-
"resolved": "7.0.0",
165-
"contentHash": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ=="
164+
"resolved": "9.0.8",
165+
"contentHash": "64oQBN8I8EOcyHGNt6+rlcqm4tlcKfqOpswtBCJZnpzBQ15L6IFKqjnbjbOWBpG9wKq9A/aC2LFSmSqplbwTYA=="
166166
},
167167
"Mono.Cecil": {
168168
"type": "Transitive",
@@ -258,6 +258,7 @@
258258
"InputSimulator": "[1.0.4, )",
259259
"MemoryPack": "[1.21.4, )",
260260
"Microsoft.VisualStudio.Threading": "[17.14.15, )",
261+
"Microsoft.Win32.SystemEvents": "[9.0.8, )",
261262
"NHotkey.Wpf": "[3.0.0, )",
262263
"NLog": "[6.0.1, )",
263264
"NLog.OutputDebugString": "[6.0.1, )",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<PackageReference Include="InputSimulator" Version="1.0.4" />
6464
<PackageReference Include="MemoryPack" Version="1.21.4" />
6565
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.14.15" />
66+
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="9.0.8" />
6667
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183">
6768
<PrivateAssets>all</PrivateAssets>
6869
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Flow.Launcher.Infrastructure/packages.lock.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
"Microsoft.VisualStudio.Validation": "17.8.8"
5757
}
5858
},
59+
"Microsoft.Win32.SystemEvents": {
60+
"type": "Direct",
61+
"requested": "[9.0.8, )",
62+
"resolved": "9.0.8",
63+
"contentHash": "64oQBN8I8EOcyHGNt6+rlcqm4tlcKfqOpswtBCJZnpzBQ15L6IFKqjnbjbOWBpG9wKq9A/aC2LFSmSqplbwTYA=="
64+
},
5965
"Microsoft.Windows.CsWin32": {
6066
"type": "Direct",
6167
"requested": "[0.3.183, )",
@@ -154,11 +160,6 @@
154160
"resolved": "17.8.8",
155161
"contentHash": "rWXThIpyQd4YIXghNkiv2+VLvzS+MCMKVRDR0GAMlflsdo+YcAN2g2r5U1Ah98OFjQMRexTFtXQQ2LkajxZi3g=="
156162
},
157-
"Microsoft.Win32.SystemEvents": {
158-
"type": "Transitive",
159-
"resolved": "9.0.7",
160-
"contentHash": "lFGY2aGgmMREPJEfOmZcA6v0CLjWVpcfNHRgqYMoSQhy80+GxhYqdW5xe+DCLrVqE1M7/0RpOkIo49/KH/cd/A=="
161-
},
162163
"Microsoft.Windows.SDK.Win32Docs": {
163164
"type": "Transitive",
164165
"resolved": "0.1.42-alpha",

Flow.Launcher/packages.lock.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@
552552
},
553553
"Microsoft.Win32.SystemEvents": {
554554
"type": "Transitive",
555-
"resolved": "9.0.7",
556-
"contentHash": "lFGY2aGgmMREPJEfOmZcA6v0CLjWVpcfNHRgqYMoSQhy80+GxhYqdW5xe+DCLrVqE1M7/0RpOkIo49/KH/cd/A=="
555+
"resolved": "9.0.8",
556+
"contentHash": "64oQBN8I8EOcyHGNt6+rlcqm4tlcKfqOpswtBCJZnpzBQ15L6IFKqjnbjbOWBpG9wKq9A/aC2LFSmSqplbwTYA=="
557557
},
558558
"Mono.Cecil": {
559559
"type": "Transitive",
@@ -858,6 +858,7 @@
858858
"InputSimulator": "[1.0.4, )",
859859
"MemoryPack": "[1.21.4, )",
860860
"Microsoft.VisualStudio.Threading": "[17.14.15, )",
861+
"Microsoft.Win32.SystemEvents": "[9.0.8, )",
861862
"NHotkey.Wpf": "[3.0.0, )",
862863
"NLog": "[6.0.1, )",
863864
"NLog.OutputDebugString": "[6.0.1, )",

0 commit comments

Comments
 (0)