26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<PackageId>ReleaseUpdater.Common</PackageId>
|
|
<Version>1.0.0</Version>
|
|
<Authors>FrigaT</Authors>
|
|
<Company>FrigaT</Company>
|
|
<Product>ReleaseUpdater</Product>
|
|
<Description>Система обновления приложений через github/gitea системы контроля версий.</Description>
|
|
<Copyright>Copyright © 2025 FrigaT</Copyright>
|
|
<RepositoryUrl>https://git.frigat.duckdns.org/FrigaT/ReleaseUpdater</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<PackageProjectUrl>https://git.frigat.duckdns.org/FrigaT/ReleaseUpdater</PackageProjectUrl>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ArgumentsToolkit.Core" Version="0.0.3" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|