Skip to content

Commit 6dcb3d5

Browse files
chore(deps): bump NuGet packages (test SDK, ProtectedData, Zeroconf)
- Microsoft.NET.Test.Sdk: 18.4.0 → 18.6.0 (all test projects) - System.Security.Cryptography.ProtectedData: 10.0.0 → 10.0.8 - Zeroconf: 3.6.11 → 3.7.16 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 281656f commit 6dcb3d5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/OpenClaw.Tray.WinUI/OpenClaw.Tray.WinUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
<PackageReference Include="CommunityToolkit.WinUI.Controls.Sizers" Version="8.3.260402-preview2" />
6565
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0" />
6666
<PackageReference Include="System.Drawing.Common" Version="10.0.7" />
67-
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.0" />
67+
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.8" />
6868
<PackageReference Include="Updatum" Version="1.3.4" />
6969
<PackageReference Include="NAudio.Wasapi" Version="2.3.0" />
7070
<PackageReference Include="org.k2fsa.sherpa.onnx" Version="1.13.0" />
71-
<PackageReference Include="Zeroconf" Version="3.6.11" />
71+
<PackageReference Include="Zeroconf" Version="3.7.16" />
7272
<PackageReference Include="ZXing.Net" Version="0.16.10" />
7373
</ItemGroup>
7474

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
dotnet-coverage uses a runtime profiler that does. CI installs the tool and
2525
wraps each `dotnet test` invocation with `dotnet-coverage collect`.
2626
-->
27-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
27+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
2828
<PackageReference Include="xunit" Version="2.9.3" />
2929
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
3030
</ItemGroup>

tests/OpenClaw.Tray.Tests/OpenClaw.Tray.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<Compile Include="..\..\src\OpenClaw.Chat\ChatModels.cs" Link="Chat\ChatModels.cs" />
2323
<Compile Include="..\..\src\OpenClaw.Chat\ChatTimelineReducer.cs" Link="Chat\ChatTimelineReducer.cs" />
2424
<Using Include="System.Text.Json.Nodes" />
25-
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.0" />
26-
<PackageReference Include="Zeroconf" Version="3.6.11" />
25+
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.8" />
26+
<PackageReference Include="Zeroconf" Version="3.7.16" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)