Skip to content

Commit

Permalink
Update OC version to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Sep 26, 2024
1 parent c204770 commit 8b33294
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Logging.NLog" Version="2.0.0" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.0.0" />
<PackageReference Include="OrchardCore.Logging.NLog" Version="2.0.1" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Admin.Abstractions" Version="2.0.0" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.0.0" />
<PackageReference Include="OrchardCore.Logging.NLog" Version="2.0.0" />
<PackageReference Include="OrchardCore.Admin.Abstractions" Version="2.0.1" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.0.1" />
<PackageReference Include="OrchardCore.Logging.NLog" Version="2.0.1" />
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.3" />
</ItemGroup>

Expand Down

0 comments on commit 8b33294

Please sign in to comment.