Skip to content

Commit

Permalink
Upgrade OrchardCore 1.3.0 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Cleaver <seth.c@kast.io>
  • Loading branch information
scleaver and Seth Cleaver authored Apr 20, 2022
1 parent ce78c81 commit 377dd91
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>

<ItemGroup>
<PackageReference Update="OrchardCore.Application.Cms.Targets" Version="1.3.0-preview-16693" />
<PackageReference Update="OrchardCore.ContentManagement" Version="1.3.0-preview-16693" />
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.3.0-preview-16693" />
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.3.0-preview-16693" />
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.3.0-preview-16693" />
<PackageReference Update="OrchardCore.Module.Targets" Version="1.3.0-preview-16693" />
<PackageReference Update="OrchardCore.Navigation.Core" Version="1.3.0-preview-16693" />
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.3.0-preview-16693" />
<PackageReference Update="OrchardCore.Application.Cms.Targets" Version="1.3.0" />
<PackageReference Update="OrchardCore.ContentManagement" Version="1.3.0" />
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.3.0" />
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.3.0" />
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.3.0" />
<PackageReference Update="OrchardCore.Module.Targets" Version="1.3.0" />
<PackageReference Update="OrchardCore.Navigation.Core" Version="1.3.0" />
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.3.0" />
</ItemGroup>
</Project>

0 comments on commit 377dd91

Please sign in to comment.