Skip to content

Commit

Permalink
Fix OC version references.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Dec 5, 2024
1 parent f37c751 commit cf3d1c3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PackageReference Include="Lombiq.SetupExtensions" Version="7.0.0" />
<PackageReference Include="Lombiq.Tests.UI.AppExtensions" Version="11.1.1-alpha.2.osoe-903" />
<PackageReference Include="Lombiq.Tests.UI.Shortcuts" Version="11.1.1-alpha.2.osoe-903" />
<PackageReference Include="Lombiq.UIKit" Version="8.0.0" />
<PackageReference Include="Lombiq.UIKit" Version="8.0.1-alpha.0.osoe-903" />
<PackageReference Include="Lombiq.VueJs" Version="7.0.0" />
<PackageReference Include="Lombiq.VueJs.Samples" Version="7.0.0" />
<PackageReference Include="Lombiq.Walkthroughs" Version="2.0.0" />
Expand All @@ -60,8 +60,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Logging.NLog" Version="2.0.1" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.0.1" />
<PackageReference Include="OrchardCore.Logging.NLog" Version="2.1.2" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cf3d1c3

Please sign in to comment.