blob: 5c7b03821d661955de67c20e4d9c4b375136b9af [file] [log] [blame]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>DotOpenDAL</Title>
<Description>The official .NET binding for Apache OpenDALâ„¢</Description>
<Version>0.1.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Authors>Apache OpenDALâ„¢</Authors>
<Company>Apache Software Foundation</Company>
<Copyright>$(Company)</Copyright>
<PackageTags>Apache;OpenDAL</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="../target/debug/libopendal_dotnet.*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>