2023-02-08 13:12:31 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2026-02-06 20:24:35 +08:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<Version>11.3.7.2</Version>
|
|
|
|
|
<PackageReleaseNotes>Update to Semi.Avalonia.ColorPicker 11.3.7.2</PackageReleaseNotes>
|
2025-11-19 15:38:29 +08:00
|
|
|
<Title>Semi.Avalonia.ColorPicker</Title>
|
2024-07-18 16:45:50 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-02-08 13:12:31 +08:00
|
|
|
<ItemGroup>
|
2025-09-03 21:53:29 +08:00
|
|
|
<PackageReference Include="Irihi.Avalonia.Shared" />
|
2025-11-19 15:38:29 +08:00
|
|
|
<PackageReference Include="Avalonia.Controls.ColorPicker"/>
|
|
|
|
|
<None Include="README.md" Pack="true" PackagePath="\"/>
|
2023-02-08 13:12:31 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|