Skip to content

Commit

Permalink
Replace Irony.Core deprecated package (#16012)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored May 7, 2024
1 parent 7f48111 commit 35c450b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageManagement Include="Jint" Version="3.1.1" />
<PackageManagement Include="JsonPath.Net" Version="1.0.0" />
<PackageManagement Include="HtmlSanitizer" Version="8.1.860-beta" />
<PackageManagement Include="Irony.Core" Version="1.0.7" />
<PackageManagement Include="Irony" Version="1.5.1" />
<PackageManagement Include="libphonenumber-csharp" Version="8.13.36" />
<PackageManagement Include="Lorem.Universal.NET" Version="4.0.80" />
<PackageManagement Include="Lucene.Net" Version="4.8.0-beta00016" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Irony.Core" />
<PackageReference Include="Irony" />
</ItemGroup>

</Project>

0 comments on commit 35c450b

Please sign in to comment.