misc: move csproj common properties to props file.

This commit is contained in:
rabbitism
2023-02-19 18:08:02 +08:00
parent bc55f2e321
commit f4d6f7f025
5 changed files with 29 additions and 28 deletions

12
src/Package.props Normal file
View File

@@ -0,0 +1,12 @@
<Project>
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<Version>0.1.0-preview5.2</Version>
<Authors>IRIHI Technology</Authors>
<Description>Avalonia Theme inspired by Semi Design. </Description>
<PackageProjectUrl>https://github.com/irihitech/Semi.Avalonia</PackageProjectUrl>
<AvaloniaVersion>11.0.0-preview5</AvaloniaVersion>
</PropertyGroup>
</Project>