Skip to content

Commit 67d2479

Browse files
Remove unnecessary dependency from Nuget package (#344)
A dotnet restore will try to pull in this unpublished and unneeded package (Discovered while working on coverting FieldWorks to SDK style)
1 parent 0e0125d commit 67d2479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -23,7 +23,7 @@ This package provides unit tests for SIL.LCModel.Core.</Description>
2323
<ItemGroup>
2424
<ProjectReference Include="..\..\src\SIL.LCModel.Core\SIL.LCModel.Core.csproj" />
2525
<ProjectReference Include="..\SIL.LCModel.Utils.Tests\SIL.LCModel.Utils.Tests.csproj" />
26-
<ProjectReference Include="..\TestHelper\TestHelper.csproj" />
26+
<ProjectReference Include="..\TestHelper\TestHelper.csproj" PrivateAssets="All" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)