Files
Pilz/Pilz.LicenseHelper/Pilz.LicenseHelper.csproj
Pilzinsel64 ede26291ec version bump
2024-11-20 12:36:42 +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.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
</Project>