Files
Pilz/Pilz.UI.AvaloniaUI.Features/Pilz.UI.AvaloniaUI.Features.csproj
2025-11-17 06:26:29 +01:00

22 lines
470 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.3.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pilz.Features\Pilz.Features.csproj" />
</ItemGroup>
</Project>