Skip to content

Commit

Permalink
Update OC preview version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Aug 7, 2024
1 parent 78e3783 commit 877991a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Lombiq.TrainingDemo.Web/Lombiq.TrainingDemo.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Logging.NLog" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.Logging.NLog" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.0.0-preview-18297" />
<!-- This reference is not strictly needed here but included so if the web and the module projects' Orchard Core
versions go out of sync, the CI build's package consolidation validation will fail. -->
<PackageReference Include="OrchardCore.ContentManagement" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.ContentManagement" Version="2.0.0-preview-18297" />
</ItemGroup>

<ItemGroup>
Expand Down
28 changes: 14 additions & 14 deletions Lombiq.TrainingDemo/Lombiq.TrainingDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="OrchardCore.Users.Abstractions" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.Workflows.Abstractions" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.BackgroundTasks" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.ContentFields" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.ContentManagement" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.Data.Abstractions" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.DynamicCache" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.FileStorage.FileSystem" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.Indexing.Abstractions" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.Media.Abstractions" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.Module.Targets" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.Users.Abstractions" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.Workflows.Abstractions" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.BackgroundTasks" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.ContentFields" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.ContentManagement" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.Data.Abstractions" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.DynamicCache" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.FileStorage.FileSystem" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.Indexing.Abstractions" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.Media.Abstractions" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.Module.Targets" Version="2.0.0-preview-18297" />
<!-- Note that you need to add a reference to OrchardCore.ResourceManagement for the basic tag helpers like <style>
and <script> to properly work when the app is built for production (and thus Razor Runtime Compilation is turned
off. OrchardCore.DisplayManagement is needed for a variety of things but also for the <shape> tag helper for the
same reason. -->
<PackageReference Include="OrchardCore.ResourceManagement" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.DisplayManagement" Version="2.0.0-preview-18296" />
<PackageReference Include="OrchardCore.ResourceManagement" Version="2.0.0-preview-18297" />
<PackageReference Include="OrchardCore.DisplayManagement" Version="2.0.0-preview-18297" />
</ItemGroup>

<!-- This module requires Lombiq.HelpfulLibraries.OrchardCore, and it can be included two ways. The PackageReference
Expand Down

0 comments on commit 877991a

Please sign in to comment.