2023-07-25 23:15:55 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2023-08-30 11:33:21 +08:00
|
|
|
<Nullable>enable</Nullable>
|
2024-03-21 16:18:31 +08:00
|
|
|
<LangVersion>latest</LangVersion>
|
2025-04-25 17:35:45 +08:00
|
|
|
<Version>11.0.10.3</Version>
|
2025-04-25 16:36:20 +08:00
|
|
|
<PackageReleaseNotes>Update to 11.0.10.3</PackageReleaseNotes>
|
2024-03-21 16:18:31 +08:00
|
|
|
<Authors>IRIHI Technology Co., Ltd.</Authors>
|
2023-08-30 11:33:21 +08:00
|
|
|
<Description>Avalonia Theme inspired by Semi Design.</Description>
|
2024-03-21 16:18:31 +08:00
|
|
|
<RepositoryUrl>https://github.com/irihitech/Semi.Avalonia</RepositoryUrl>
|
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
|
|
|
<PackageIcon>irihi.png</PackageIcon>
|
2023-08-30 11:33:21 +08:00
|
|
|
<PackageProjectUrl>https://github.com/irihitech/Semi.Avalonia</PackageProjectUrl>
|
2023-07-25 23:15:55 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-07-18 16:45:50 +08:00
|
|
|
<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
|
|
|
|
|
<IsAotCompatible>true</IsAotCompatible>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-07-25 23:15:55 +08:00
|
|
|
<ItemGroup>
|
2024-11-15 20:59:46 +08:00
|
|
|
<PackageReference Include="Avalonia.Controls.TreeDataGrid" Version="11.0.10"/>
|
2025-05-29 16:35:45 +08:00
|
|
|
<None Include="..\..\irihi.png" Pack="true" PackagePath="\" Link="Properties\irihi.png"/>
|
|
|
|
|
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" Link="Properties\LICENSE"/>
|
2023-07-25 23:15:55 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|