mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-21 17:06:34 +08:00
Agent-Logs-Url: https://github.com/irihitech/Semi.Avalonia/sessions/ccdc8843-c9ae-4277-89e1-f25308ba3eaf Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com>
16 lines
482 B
XML
16 lines
482 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
|
|
<Version>12.0.1</Version>
|
|
<PackageReleaseNotes>Update to Semi.Avalonia.DataGrid 12.0.1</PackageReleaseNotes>
|
|
<Title>Semi.Avalonia.DataGrid</Title>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Avalonia.Controls.DataGrid"/>
|
|
<None Include="README.md" Pack="true" PackagePath="\"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|