target netstandard2.0 for Pilz.Configuration

This commit is contained in:
Pilzinsel64
2025-10-16 07:31:24 +02:00
parent 98e9076f1b
commit cfdb31fe80
3 changed files with 22 additions and 10 deletions

View File

@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>disable</Nullable>
</PropertyGroup>
<PropertyGroup>
<Version>3.2.6</Version>
<Version>3.2.7</Version>
</PropertyGroup>
<ItemGroup>