Skip to content

Commit 56072ae

Browse files
Revert packability changes to respond to review
Co-authored-by: jasonleenaylor <2295227+jasonleenaylor@users.noreply.github.com>
1 parent bbd9dc8 commit 56072ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/SIL.LCModel.Core.Tests/SIL.LCModel.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>SIL.LCModel.Core</RootNamespace>
66
<Description>The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data.
77
This package provides unit tests for SIL.LCModel.Core.</Description>
8-
<IsPackable>false</IsPackable>
8+
<IsPackable>true</IsPackable>
99
<Nullable>disable</Nullable>
1010
</PropertyGroup>
1111

tests/SIL.LCModel.Tests/SIL.LCModel.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>SIL.LCModel</RootNamespace>
66
<Description>The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data.
77
This package provides unit tests for SIL.LCModel.</Description>
8-
<IsPackable>false</IsPackable>
8+
<IsPackable>true</IsPackable>
99
<Nullable>disable</Nullable>
1010
</PropertyGroup>
1111

tests/SIL.LCModel.Utils.Tests/SIL.LCModel.Utils.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>SIL.LCModel.Utils</RootNamespace>
66
<Description>The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data.
77
This package provides unit tests for SIL.LCModel.Utils and test utility classes</Description>
8-
<IsPackable>false</IsPackable>
8+
<IsPackable>true</IsPackable>
99
<Nullable>disable</Nullable>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)