2023-02-19 18:08:02 +08:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
2024-07-19 10:44:09 +08:00
|
|
|
<TargetFrameworks>net6.0;net8.0;netstandard2.0</TargetFrameworks>
|
2023-02-19 18:08:02 +08:00
|
|
|
<Nullable>enable</Nullable>
|
2024-03-21 16:18:31 +08:00
|
|
|
<LangVersion>latest</LangVersion>
|
2024-09-17 11:51:49 +08:00
|
|
|
<Version>11.0.7.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>
|
2024-01-25 23:19:16 +08:00
|
|
|
<AvaloniaVersion>11.0.7</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>
|