Files
Pilz/Pilz.Configuration/Pilz.Configuration.csproj
Pilzinsel64 6b0b19fcfb update deploy script
# Conflicts:
#	Pilz.Net/Pilz.Net.csproj
#	Pilz/Pilz.csproj
2025-12-19 14:27:31 +01:00

22 lines
543 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>disable</Nullable>
</PropertyGroup>
<PropertyGroup>
<Version>3.2.8</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Castle.Core" Version="5.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pilz\Pilz.csproj" />
</ItemGroup>
</Project>