Skip to content

Commit

Permalink
Merge pull request #290 from QAppsSoft/dependabot/nuget/main/Avalonia…
Browse files Browse the repository at this point in the history
….Diagnostics-11.0.11
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
2 parents 93f9d01 + e255bf4 commit d367f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiConverter/MultiConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Autofac" Version="8.0.0" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.10" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.11" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.10" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.10.9" />
<PackageReference Include="FluentAvaloniaUI" Version="2.0.5" />
Expand Down

0 comments on commit d367f33

Please sign in to comment.