Files
Semi.Avalonia/src/Semi.Avalonia.ColorPicker/Semi.Avalonia.ColorPicker.csproj

17 lines
551 B
XML
Raw Normal View History

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>
<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>
</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>