noz-cli/NozCli.Core/NozCli.Core.csproj
kryptomrx 189cdf0594
Some checks are pending
CI / test (push) Waiting to run
chore: pin license to AGPL-3.0-only
2026-05-18 16:22:06 +02:00

17 lines
618 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.1.0</Version>
<Authors>Bruno Deanoz</Authors>
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
<Description>Core library for noz-cli — API client, note models and sync logic.</Description>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
</Project>