Skip to content

Commit 61c60ab

Browse files
committed
use nuget package for TableStorage.Abstractions.POCO for secondary indexes project
1 parent 80bb6cc commit 61c60ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/TableStorage.Abstractions.POCO.SecondaryIndexes/TableStorage.Abstractions.POCO.SecondaryIndexes.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<PackageTags>table-storage azure-table-storage poco table-entities tableentity index secondary-index</PackageTags>
1515
</PropertyGroup>
1616

17-
<ItemGroup>
18-
<ProjectReference Include="..\TableStorage.Abstractions.POCO\TableStorage.Abstractions.POCO.csproj" />
19-
</ItemGroup>
20-
2117
<ItemGroup>
2218
<None Include="xtensible-x.png">
2319
<Pack>True</Pack>
2420
<PackagePath></PackagePath>
2521
</None>
2622
</ItemGroup>
2723

24+
<ItemGroup>
25+
<PackageReference Include="TableStorage.Abstractions.POCO" Version="2.6.0" />
26+
</ItemGroup>
27+
2828
</Project>

0 commit comments

Comments
 (0)