Files
Pilz.Updating/Pilz.Updating.Client/Pilz.Updating.Client.csproj
Pilzinsel64 f2a901ada7 version bump
2024-10-11 11:15:44 +02:00

21 lines
509 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<Version>4.2.8</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pilz.Updating\Pilz.Updating.csproj" Version="[1.*, 2.0.0)" />
</ItemGroup>
</Project>