12 lines
202 B
XML
12 lines
202 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Fasttext\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|