Skip to content

Commit

Permalink
Merge pull request #322 from QAppsSoft/dependabot/nuget/main/Avalonia…
Browse files Browse the repository at this point in the history
….Diagnostics-11.1.4
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
2 parents c2dd844 + ad89348 commit 3fd3144
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.1.1" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<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.ReactiveUI" Version="11.1.3" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.1.0.4" />
<PackageReference Include="FluentAvaloniaUI" Version="2.1.0" />
Expand Down

0 comments on commit 3fd3144

Please sign in to comment.