Skip to content

Commit 50dbefb

Browse files
Bump Microsoft.CsWin32 in other projects
Amending #4252
1 parent 1003008 commit 50dbefb

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<PackageReference Include="InputSimulator" Version="1.0.4" />
6767
<PackageReference Include="MemoryPack" Version="1.21.4" />
6868
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.14.15" />
69-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.205">
69+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
7070
<PrivateAssets>all</PrivateAssets>
7171
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7272
</PackageReference>

Flow.Launcher.Infrastructure/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
},
7171
"Microsoft.Windows.CsWin32": {
7272
"type": "Direct",
73-
"requested": "[0.3.205, )",
74-
"resolved": "0.3.205",
75-
"contentHash": "U5wGAnyKd7/I2YMd43nogm81VMtjiKzZ9dsLMVI4eAB7jtv5IEj0gprj0q/F3iRmAIaGv5omOf8iSYx2+nE6BQ==",
73+
"requested": "[0.3.269, )",
74+
"resolved": "0.3.269",
75+
"contentHash": "O4GVJ0ymxcoFRGS07VcoEClj7A9PIciHIjWDrPymzonhYlOfM7V0ZqGBUK19cUH3BPca9MfSOH0KLK/9JzQ8+Q==",
7676
"dependencies": {
7777
"Microsoft.Windows.SDK.Win32Docs": "0.1.42-alpha",
78-
"Microsoft.Windows.SDK.Win32Metadata": "61.0.15-preview",
79-
"Microsoft.Windows.WDK.Win32Metadata": "0.12.8-experimental"
78+
"Microsoft.Windows.SDK.Win32Metadata": "69.0.7-preview",
79+
"Microsoft.Windows.WDK.Win32Metadata": "0.13.25-experimental"
8080
}
8181
},
8282
"NHotkey.Wpf": {
@@ -178,15 +178,15 @@
178178
},
179179
"Microsoft.Windows.SDK.Win32Metadata": {
180180
"type": "Transitive",
181-
"resolved": "61.0.15-preview",
182-
"contentHash": "cysex3dazKtCPALCluC2XX3f5Aedy9H2pw5jb+TW5uas2rkem1Z7FRnbUrg2vKx0pk0Qz+4EJNr37HdYTEcvEQ=="
181+
"resolved": "69.0.7-preview",
182+
"contentHash": "RJoNjQJVCIDNLPbvYuaygCFknTyAxOUE45of1voj0jjOgJa9MB2m1/G8L8F3IYc+2EFG5aqa/9y8PEx7Tk2tLQ=="
183183
},
184184
"Microsoft.Windows.WDK.Win32Metadata": {
185185
"type": "Transitive",
186-
"resolved": "0.12.8-experimental",
187-
"contentHash": "3n8R44/Z96Ly+ty4eYVJfESqbzvpw96lRLs3zOzyDmr1x1Kw7FNn5CyE416q+bZQV3e1HRuMUvyegMeRE/WedA==",
186+
"resolved": "0.13.25-experimental",
187+
"contentHash": "IM50tb/+UIwBr9FMr6ZKcZjCMW+Axo6NjGqKxgjUfyCY8dRnYUfrJEXxAaXoWtYP4X8EmASmC1Jtwh4XucseZg==",
188188
"dependencies": {
189-
"Microsoft.Windows.SDK.Win32Metadata": "61.0.15-preview"
189+
"Microsoft.Windows.SDK.Win32Metadata": "63.0.31-preview"
190190
}
191191
},
192192
"NHotkey": {

Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<PackageReference Include="ini-parser" Version="2.5.2" />
6666
<PackageReference Include="MemoryPack" Version="1.21.4" />
6767
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.9" />
68-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.205">
68+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
6969
<PrivateAssets>all</PrivateAssets>
7070
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7171
</PackageReference>

0 commit comments

Comments
 (0)