Files
Pilz/Pilz.Plugins/Pilz.Plugins.csproj
Pilzinsel64 93bdbd0e73 version bump
2025-06-18 06:24:06 +02:00

19 lines
402 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.11</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Pilz\Pilz.csproj" />
</ItemGroup>
</Project>