2023-02-19 18:08:02 +08:00
|
|
|
<Project>
|
|
|
|
|
<PropertyGroup>
|
2025-03-18 10:30:09 +08:00
|
|
|
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
|
2023-02-19 18:08:02 +08:00
|
|
|
<Nullable>enable</Nullable>
|
2024-03-21 16:18:31 +08:00
|
|
|
<LangVersion>latest</LangVersion>
|
2025-04-25 16:36:20 +08:00
|
|
|
<Version>11.2.1.7</Version>
|
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-16 18:04:06 +08:00
|
|
|
<RepositoryUrl>https://github.com/irihitech/Semi.Avalonia</RepositoryUrl>
|
2024-03-21 16:18:31 +08:00
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
|
|
|
<PackageIcon>irihi.png</PackageIcon>
|
2023-02-19 18:08:02 +08:00
|
|
|
<PackageProjectUrl>https://github.com/irihitech/Semi.Avalonia</PackageProjectUrl>
|
2025-04-13 17:08:14 +08:00
|
|
|
<AvaloniaVersion>11.3.0-rc1</AvaloniaVersion>
|
2023-02-19 18:08:02 +08:00
|
|
|
</PropertyGroup>
|
2024-03-21 16:18:31 +08:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="irihi.png" Pack="true" PackagePath=""/>
|
|
|
|
|
</ItemGroup>
|
2023-02-19 18:08:02 +08:00
|
|
|
</Project>
|