-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (21 loc) · 1006 Bytes
/
Directory.Build.props
File metadata and controls
24 lines (21 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.1.0</Version>
<Authors>Equibles, Daniel Oliveira</Authors>
<Company>Equibles</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/daniel3303/ParadeDbEntityFrameworkCore</PackageProjectUrl>
<RepositoryUrl>https://github.com/daniel3303/ParadeDbEntityFrameworkCore</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>efcore paradedb bm25 postgresql full-text-search pg_search entityframeworkcore</PackageTags>
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)assets/icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>