Skip to content

Commit

Permalink
Merge pull request #25 from Lombiq/issue/OSOE-548
Browse files Browse the repository at this point in the history
OSOE-548: Upgrade to Orchard Core 1.6 in Setup-Extensions
  • Loading branch information
Piedone authored Jun 18, 2023
2 parents a722bb3 + a2dcadf commit ebd89c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lombiq.SetupExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<None Include="Readme.md" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<None Remove="node_modules\**" />
</ItemGroup>
Expand All @@ -32,8 +32,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Abstractions" Version="1.5.0" />
<PackageReference Include="OrchardCore.Infrastructure" Version="1.5.0" />
<PackageReference Include="OrchardCore.Abstractions" Version="1.6.0" />
<PackageReference Include="OrchardCore.Infrastructure" Version="1.6.0" />
</ItemGroup>

</Project>

0 comments on commit ebd89c8

Please sign in to comment.