Skip to content

Commit

Permalink
Merge pull request #59 from tgiachi/dependabot/nuget/Avalonia.Diagnos…
Browse files Browse the repository at this point in the history
…tics-0.10.21

chore(deps): bump Avalonia.Diagnostics from 0.10.19 to 0.10.21
  • Loading branch information
tgiachi authored May 24, 2023
2 parents 826bbe5 + 79625d0 commit aefa933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarkStar.Client/DarkStar.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageReference Include="Avalonia" Version="0.10.19" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.19" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="0.10.19" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="0.10.21" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.19" />
<PackageReference Include="Fody" Version="6.7.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit aefa933

Please sign in to comment.