blob: 86f53773b3d254dde5795df28fa49046af03a19d [file] [log] [blame]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Apache.Iggy</PackageId>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>Apache.Iggy</AssemblyName>
<RootNamespace>Apache.Iggy</RootNamespace>
<PackageVersion>0.6.0-edge.2</PackageVersion>
</PropertyGroup>
<PropertyGroup>
<Description>C# SDK for Apache Iggy</Description>
<Authors>Apache Iggy</Authors>
<IsPackable>true</IsPackable>
<PackageTags>SDK Iggy Messaging</PackageTags>
<RepositoryUrl>https://github.com/apache/iggy</RepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="">
<Link>Properties/README.md</Link>
</None>
<None Include="../LICENSE" Pack="true" PackagePath="">
<Link>Properties/LICENSE</Link>
</None>
<None Include="../DEPENDENCIES.md">
<Link>Properties\DEPENDENCIES.md</Link>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" />
<PackageReference Include="System.IO.Hashing" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Apache.Iggy.Tests" />
<InternalsVisibleTo Include="Apache.Iggy.Tests.Integrations" />
</ItemGroup>
</Project>