Skip to content

Commit

Permalink
chore(deps): update avalonia monorepo to 11.1.3
Browse files Browse the repository at this point in the history
| datasource | package                | from   | to     |
| ---------- | ---------------------- | ------ | ------ |
| nuget      | Avalonia               | 11.1.2 | 11.1.3 |
| nuget      | Avalonia.Desktop       | 11.1.2 | 11.1.3 |
| nuget      | Avalonia.Diagnostics   | 11.1.2 | 11.1.3 |
| nuget      | Avalonia.Fonts.Inter   | 11.1.2 | 11.1.3 |
| nuget      | Avalonia.Themes.Fluent | 11.1.2 | 11.1.3 |
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 3714e6c commit 35d5ca7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Testing/AvaloniaTesting/AvaloniaTesting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@


<ItemGroup>
<PackageReference Include="Avalonia" Version="11.1.2" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.2" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.2" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.2" />
<PackageReference Include="Avalonia" Version="11.1.3" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.3" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.3" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.3" />
<!--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="CommunityToolkit.Mvvm" Version="8.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 35d5ca7

Please sign in to comment.