2023-02-08 13:12:31 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2026-02-18 11:01:05 +08:00
|
|
|
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
|
2026-04-18 16:44:43 +08:00
|
|
|
<Version>12.0.1</Version>
|
|
|
|
|
<PackageReleaseNotes>Update to Semi.Avalonia.ColorPicker 12.0.1</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-11-19 15:38:29 +08:00
|
|
|
<PackageReference Include="Avalonia.Controls.ColorPicker"/>
|
2026-02-10 00:05:37 +08:00
|
|
|
<PackageReference Include="Irihi.Avalonia.Shared"/>
|
2025-11-19 15:38:29 +08:00
|
|
|
<None Include="README.md" Pack="true" PackagePath="\"/>
|
2023-02-08 13:12:31 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|