Skip to content

Commit

Permalink
Merge pull request #307 from QAppsSoft/dependabot/nuget/main/Avalonia…
Browse files Browse the repository at this point in the history
….Diagnostics-11.1.3
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
2 parents 5d05b12 + 44c6fdd commit 3c71325
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.1.2" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.3" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.1.2" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.1.0" />
<PackageReference Include="FluentAvaloniaUI" Version="2.1.0" />
Expand Down

0 comments on commit 3c71325

Please sign in to comment.