Skip to content

Commit

Permalink
Merge pull request #261 from Gigas002/dependabot/nuget/Avalonia.Diagn…
Browse files Browse the repository at this point in the history
…ostics-11.1.4
  • Loading branch information
Gigas002 authored Oct 18, 2024
2 parents eadf25c + 3cade13 commit a7cfd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deploy.Gui/Deploy.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Avalonia.Desktop" Version="11.1.4" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Include="Avalonia.ReactiveUI" Version="11.1.4" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.3" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.4" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.4" />
</ItemGroup>

Expand Down

0 comments on commit a7cfd73

Please sign in to comment.