Files
Ursa.Avalonia/src/Ursa.PrismExtension/Ursa.PrismExtension.csproj
2024-03-22 14:08:44 +08:00

24 lines
732 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.3.0-beta20240226</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Authors>IRIHI Technology Co., Ltd.</Authors>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<PackageId>Irihi.Ursa.PrismExtension</PackageId>
<PackageIcon>irihi.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ursa\Ursa.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Prism.Core" Version="8.1.97"/>
<None Include="irihi.png" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>