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

16 lines
507 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<AssemblyTitle>LicenseHelper</AssemblyTitle>
<Company>DRSN</Company>
<Product>LicenseHelper</Product>
<Copyright>Copyright © DRSN 2018</Copyright>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<Version>2.0.2</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
</Project>