Skip to content

Commit cddbafe

Browse files
author
Olcay Taner YILDIZ
committed
Updated folder structure.
1 parent d7062d2 commit cddbafe

File tree

87 files changed

+35
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+35
-4
lines changed

AnnotatedTree/AnnotatedTree.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netcoreapp2.2</TargetFramework>
5+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<PackageId>NlpToolkit-AnnotatedTree</PackageId>
7+
<PackageVersion>1.0.2</PackageVersion>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="NlpToolkit-AnnotatedSentence" Version="1.0.3" />
12+
<PackageReference Include="NlpToolkit-ParseTree" Version="1.0.1" />
13+
<PackageReference Include="NlpToolkit-Util" Version="1.0.2" />
14+
</ItemGroup>
15+
16+
</Project>

0 commit comments

Comments
 (0)