Skip to content

Commit

Permalink
Upgrade to OC 1.1.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmarcussen authored Oct 24, 2021
1 parent 7382bde commit 63c7c30
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.1.0-preview-16439" />
<PackageReference Update="OrchardCore.ContentManagement" Version="1.1.0-preview-16439" />
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.1.0-preview-16439" />
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.1.0-preview-16439" />
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.1.0-preview-16439" />
<PackageReference Update="OrchardCore.Module.Targets" Version="1.1.0-preview-16439" />
<PackageReference Update="OrchardCore.Navigation.Core" Version="1.1.0-preview-16439" />
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.1.0-preview-16439" />
<PackageReference Update="OrchardCore.Application.Cms.Targets" Version="1.1.0" />
<PackageReference Update="OrchardCore.ContentManagement" Version="1.1.0" />
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.1.0" />
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.1.0" />
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.1.0" />
<PackageReference Update="OrchardCore.Module.Targets" Version="1.1.0" />
<PackageReference Update="OrchardCore.Navigation.Core" Version="1.1.0" />
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.1.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 63c7c30

Please sign in to comment.