Files
Pilz/Pilz.Features/Pilz.Features.csproj
2025-11-06 11:51:05 +01:00

14 lines
322 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<Version>2.11.0</Version>
</PropertyGroup>
</Project>