Skip to content

Commit

Permalink
🔧 Remove project package versioning and use cpm on Russkyc.UI.Avaloni…
Browse files Browse the repository at this point in the history
…a.csproj
  • Loading branch information
russkyc committed Dec 28, 2024
1 parent 6c7f3a6 commit 8068d96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<!-- Avalonia packages -->
<!-- Important: keep version in sync! -->
<PackageVersion Include="Avalonia" Version="11.2.3" />
<PackageVersion Include="Avalonia.Svg" Version="11.2.0.2" />
<PackageVersion Include="Avalonia.Xaml.Behaviors" Version="11.2.0.1" />
<PackageVersion Include="Avalonia.Themes.Fluent" Version="11.2.3" />
<PackageVersion Include="Avalonia.Fonts.Inter" Version="11.2.3" />
Expand Down
4 changes: 2 additions & 2 deletions Russkyc.UI.Avalonia/Russkyc.UI.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.3"/>
<PackageReference Include="Avalonia.Svg" Version="11.2.0.2" />
<PackageReference Include="Avalonia"/>
<PackageReference Include="Avalonia.Svg" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8068d96

Please sign in to comment.