-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
23 lines (23 loc) · 1.2 KB
/
Directory.Packages.props
File metadata and controls
23 lines (23 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<!-- DOC: Include parent -->
<!--<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />-->
<!-- DOC: Alba.Framework Central Package Management -->
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<AvaloniaVersion>11.1.0</AvaloniaVersion>
</PropertyGroup>
<ItemGroup Label="Main">
<PackageVersion Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageVersion Include="Avalonia.Skia" Version="$(AvaloniaVersion)" />
<PackageVersion Include="Collections.Pooled" Version="1.0.82" />
<PackageVersion Include="CommunityToolkit.Diagnostics" Version="8.4.0" />
<PackageVersion Include="jp2masa.Avalonia.PropertyGenerator.CSharp" Version="0.11.0-beta2" />
<PackageVersion Include="ObservableComputations" Version="2.3.0" />
<PackageVersion Include="SkiaSharp" Version="3.119.0" />
<PackageVersion Include="System.Threading.AccessControl" Version="9.0.10" />
</ItemGroup>
<ItemGroup Label="Dev">
<PackageVersion Include="JetBrains.Annotations" Version="2025.2.4" />
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.259" />
</ItemGroup>
</Project>