Skip to content

Commit

Permalink
Update solution to OC-1.2.0-preview-16608 to fix jQuery UI issue. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
scleaver authored Dec 4, 2021
1 parent 01d5106 commit 71dce5a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project>

<ItemGroup>
<PackageReference Update="OrchardCore.Admin.Abstractions" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.Application.Cms.Targets" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.ContentManagement" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.Infrastructure.Abstractions" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.Module.Targets" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.Navigation.Core" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.2.0-preview-16607" />
<PackageReference Update="OrchardCore.Admin.Abstractions" Version="1.2.0-preview-16608" />
<PackageReference Update="OrchardCore.Application.Cms.Targets" Version="1.2.0-preview-16608" />
<PackageReference Update="OrchardCore.ContentManagement" Version="1.2.0-preview-16608" />
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.2.0-preview-16608" />
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.2.0-preview-16608" />
<PackageReference Update="OrchardCore.Infrastructure.Abstractions" Version="1.2.0-preview-16608" />
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.2.0-preview-16608" />
<PackageReference Update="OrchardCore.Module.Targets" Version="1.2.0-preview-16608" />
<PackageReference Update="OrchardCore.Navigation.Core" Version="1.2.0-preview-16608" />
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.2.0-preview-16608" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 71dce5a

Please sign in to comment.