Skip to content

Commit

Permalink
Merge pull request #142 from Lombiq/issue/OSOE-641
Browse files Browse the repository at this point in the history
OSOE-641: Fix remaining issues for the Orchard Core 1.6 upgrade in Orchard-Data-Tables
  • Loading branch information
Piedone authored Jun 10, 2023
2 parents b38506e + 12c1773 commit 85e635f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Lombiq.DataTables/Lombiq.DataTables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="5.1.3-alpha.1.osoe-548" />
<PackageReference Include="Lombiq.HelpfulLibraries.LinqToDb" Version="5.1.3-alpha.1.osoe-548" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="5.1.3-alpha.3.osoe-641" />
<PackageReference Include="Lombiq.HelpfulLibraries.LinqToDb" Version="5.1.3-alpha.3.osoe-641" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.2.4-alpha.0.osoe-548" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="6.0.2-alpha.2.osoe-548" />
<PackageReference Include="Lombiq.Tests.UI" Version="6.0.2-alpha.1.osoe-641" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 85e635f

Please sign in to comment.