Files
Pilz/Pilz.Extensions/Pilz.Extensions.csproj
2025-06-27 10:47:28 +02:00

15 lines
318 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.1.1</Version>
</PropertyGroup>
</Project>