We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 868bf00 + b47259c commit ed13a29Copy full SHA for ed13a29
2 files changed
Directory.Packages.props
@@ -25,6 +25,7 @@
25
<!-- Other -->
26
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
27
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
28
+ <PackageVersion Include="Tmds.DBus.Protocol" Version="0.21.3" />
29
<PackageVersion Include="Tools.InnoSetup" Version="6.3.1" GeneratePathProperty="true" />
30
31
<!-- Testing -->
src/shared/Core/Core.csproj
@@ -32,6 +32,7 @@
32
33
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
34
<PackageReference Include="Avalonia.Diagnostics" />
35
+ <PackageReference Include="Tmds.DBus.Protocol" />
36
</ItemGroup>
37
38
</Project>
0 commit comments