2023-02-08 13:12:31 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-11-19 15:38:29 +08:00
|
|
|
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
|
|
|
|
|
<Version>11.3.7.1</Version>
|
2025-11-15 14:58:50 +08:00
|
|
|
<PackageReleaseNotes>Update to Semi.Avalonia.ColorPicker 11.3.7.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"/>
|
|
|
|
|
<None Include="README.md" Pack="true" PackagePath="\"/>
|
2023-02-08 13:12:31 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|