Skip to content

Commit

Permalink
Fix dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Jan 16, 2025
1 parent 1baae6c commit 5c57e96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Angor/Avalonia/AngorApp.Model/AngorApp.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Zafiro" />
<PackageReference Include="Zafiro" Version="14.0.7" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/Angor/Avalonia/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<PackageVersion Include="ReactiveUI.SourceGenerators" Version="2.0.17" />
<PackageVersion Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.1" />
<PackageVersion Include="Zafiro" Version="14.0.7" />
<PackageVersion Include="Zafiro.Avalonia" Version="20.0.7" />
<PackageVersion Include="CSharpFunctionalExtensions" Version="3.4.0" />
<PackageVersion Include="Zafiro.Avalonia.Dialogs" Version="20.0.7" />
<PackageVersion Include="Zafiro.Avalonia" Version="21.0.1" />
<PackageVersion Include="CSharpFunctionalExtensions" Version="3.4.3" />
<PackageVersion Include="Zafiro.Avalonia.Dialogs" Version="21.0.1" />
</ItemGroup>
</Project>

0 comments on commit 5c57e96

Please sign in to comment.