Skip to content

Commit b243853

Browse files
committed
Updated OnTopic Library to the latest preview of 5.2.0 (Alpha #255)
Updated the OnTopic Library from 5.2.0 Alpha 234 (919d6f3) to 5.2.0 Alpha 255. This will break references to `AttributeDictionary`, which will need to be fixed in a subsequent update.
1 parent dc6afa6 commit b243853

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

OnTopic.Editor.AspNetCore.Attributes/OnTopic.Editor.AspNetCore.Attributes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="OnTopic" Version="5.2.0-alpha.234" />
28+
<PackageReference Include="OnTopic" Version="5.2.0-alpha.255" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

OnTopic.Editor.AspNetCore.Host/OnTopic.Editor.AspNetCore.Host.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="OnTopic.Data.Caching" Version="5.1.0" />
15-
<PackageReference Include="OnTopic.Data.Sql" Version="5.1.0" />
14+
<PackageReference Include="OnTopic.Data.Caching" Version="5.2.0-alpha.255" />
15+
<PackageReference Include="OnTopic.Data.Sql" Version="5.2.0-alpha.255" />
1616
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.1" />
1717
</ItemGroup>
1818

OnTopic.Editor.AspNetCore/OnTopic.Editor.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="OnTopic" Version="5.2.0-alpha.234" />
27+
<PackageReference Include="OnTopic" Version="5.2.0-alpha.255" />
2828
<PackageReference Include="OnTopic.Data.Transfer" Version="2.0.0" />
2929
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="5.2.0-alpha.234" />
3030
</ItemGroup>

0 commit comments

Comments
 (0)