-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathowlapi.Net.csproj
More file actions
24 lines (21 loc) · 1002 Bytes
/
owlapi.Net.csproj
File metadata and controls
24 lines (21 loc) · 1002 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 Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Owlapi.Net.Unofficial</PackageId>
<Authors>Peter Crowther (peter.crowther@melandra.com)</Authors>
<Company>The University of Manchester</Company>
<PackageTags>OWL OWL2 obo owlapi</PackageTags>
<PackageReleaseNotes>Initial 0.1.0 release: OBO format parser.</PackageReleaseNotes>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<Version>0.1.0</Version>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Ozzard/owlapi.Net</PackageProjectUrl>
<Description>A partial and unofficial port of OWLAPI (https://github.com/owlcs/owlapi) to .Net Core 3.1+.</Description>
<Copyright />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="4.7.1" />
</ItemGroup>
</Project>