Skip to content

Commit a5204f8

Browse files
committed
set IsPackable
1 parent 1dcb45e commit a5204f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44

55
<Nullable>enable</Nullable>
66
<LangVersion>latest</LangVersion>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89
</Project>

src/LanguageIdentification/LanguageIdentification.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<VersionPrefix>1.0.2</VersionPrefix>
4+
<IsPackable>true</IsPackable>
45
<Description>本地离线运行的语言识别库,移植自langid-java</Description>
56

67
<Authors>Stratos</Authors>

0 commit comments

Comments
 (0)