Skip to content

Commit

Permalink
Update nuget packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Nov 25, 2024
1 parent 3b58290 commit 262f605
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion xalia/AtSpi2/AccessibleProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ internal void AtSpiChildrenChanged(AtSpiSignal signal)
if (!children_known)
return;
var index = signal.detail1;
var child = (signal.value.GetItem(0).GetString(), signal.value.GetItem(1).GetObjectPath());
var child = (signal.value.GetItem(0).GetString(), signal.value.GetItem(1).GetObjectPathAsString());
var child_element = Connection.LookupElement(child);
switch (signal.detail)
{
Expand Down
2 changes: 1 addition & 1 deletion xalia/xalia-netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Superpower" Version="3.0.0" />
<PackageReference Include="Tmds.DBus.Protocol" Version="0.20.0" />
<PackageReference Include="Tmds.DBus.Protocol" Version="0.21.2" />
</ItemGroup>
<ItemGroup>
<None Update="main.gudl">
Expand Down
6 changes: 3 additions & 3 deletions xalia/xalia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,16 +231,16 @@
<Version>3.0.0</Version>
</PackageReference>
<PackageReference Include="System.Management">
<Version>8.0.0</Version>
<Version>9.0.0</Version>
</PackageReference>
<PackageReference Include="System.Security.Principal.Windows">
<Version>5.0.0</Version>
</PackageReference>
<PackageReference Include="System.Threading.Tasks.Extensions">
<Version>4.5.4</Version>
<Version>4.6.0</Version>
</PackageReference>
<PackageReference Include="Tmds.DBus.Protocol">
<Version>0.20.0</Version>
<Version>0.21.2</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 262f605

Please sign in to comment.