Files
Pilz/Pilz.UI/Pilz.UI.csproj
2025-06-16 12:19:28 +02:00

15 lines
336 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup>
<Version>3.0.0</Version>
</PropertyGroup>
</Project>