Skip to content

Commit 80fee57

Browse files
committed
Updated to OnTopic Library preview
This preview release of the **OnTopic Library** includes new features such as the `GetByUniqueKey()` extension that can be used to replace helper functions in `TopicExtensions` (930538e). Obviously, this will need to be updated to the release version once it's available—and prior to this update to the **OnTopic Data Transfer** library being released.
1 parent 930538e commit 80fee57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OnTopic.Data.Transfer.Tests/OnTopic.Data.Transfer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="OnTopic" Version="4.1.0" />
17+
<PackageReference Include="OnTopic" Version="4.3.0-empty-repository-support.52" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

OnTopic.Data.Transfer/OnTopic.Data.Transfer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
</PackageReference>
39-
<PackageReference Include="OnTopic" Version="4.1.0" />
39+
<PackageReference Include="OnTopic" Version="4.3.0-empty-repository-support.52" />
4040
<PackageReference Include="System.ObjectModel" Version="4.3.0" />
4141
<PackageReference Include="System.Text.Json" Version="4.6.0" />
4242
</ItemGroup>

0 commit comments

Comments
 (0)