Skip to content

Commit 0697d43

Browse files
committed
Update Microsoft.Windows.CsWin32 to 0.3.275
Upgraded Microsoft.Windows.CsWin32 to version 0.3.275 in both Flow.Launcher.Infrastructure and Flow.Launcher.Plugin.Program projects. Updated packages.lock.json accordingly, including transitive Microsoft.Windows.SDK.Win32Metadata to 70.0.11-preview.
1 parent b2692dd commit 0697d43

3 files changed

Lines changed: 8 additions & 8 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.269">
69+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.275">
7070
<PrivateAssets>all</PrivateAssets>
7171
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7272
</PackageReference>

Flow.Launcher.Infrastructure/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
},
7171
"Microsoft.Windows.CsWin32": {
7272
"type": "Direct",
73-
"requested": "[0.3.269, )",
74-
"resolved": "0.3.269",
75-
"contentHash": "O4GVJ0ymxcoFRGS07VcoEClj7A9PIciHIjWDrPymzonhYlOfM7V0ZqGBUK19cUH3BPca9MfSOH0KLK/9JzQ8+Q==",
73+
"requested": "[0.3.275, )",
74+
"resolved": "0.3.275",
75+
"contentHash": "PzFiVQdVxDY+iTX9U2K3IPVy4uvouZLDDsfRw5G+apVAcMGEeNlIqa/XLGu9xyGgysbwTulWsvlHHL4dX9aIQw==",
7676
"dependencies": {
7777
"Microsoft.Windows.SDK.Win32Docs": "0.1.42-alpha",
78-
"Microsoft.Windows.SDK.Win32Metadata": "69.0.7-preview",
78+
"Microsoft.Windows.SDK.Win32Metadata": "70.0.11-preview",
7979
"Microsoft.Windows.WDK.Win32Metadata": "0.13.25-experimental"
8080
}
8181
},
@@ -178,8 +178,8 @@
178178
},
179179
"Microsoft.Windows.SDK.Win32Metadata": {
180180
"type": "Transitive",
181-
"resolved": "69.0.7-preview",
182-
"contentHash": "RJoNjQJVCIDNLPbvYuaygCFknTyAxOUE45of1voj0jjOgJa9MB2m1/G8L8F3IYc+2EFG5aqa/9y8PEx7Tk2tLQ=="
181+
"resolved": "70.0.11-preview",
182+
"contentHash": "i8Dv2KCKzH8MQAsgLeUa5zFGyQOoz+TlvnbkFUkjsUtqhj4oguVj9rDpVACs5fLayZbwItOSllf+bhwr+z2yeg=="
183183
},
184184
"Microsoft.Windows.WDK.Win32Metadata": {
185185
"type": "Transitive",

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.269">
68+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.275">
6969
<PrivateAssets>all</PrivateAssets>
7070
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7171
</PackageReference>

0 commit comments

Comments
 (0)