Skip to content

Commit 5f65445

Browse files
authored
Update Fluid 2.8.0 (#15660)
1 parent cd40224 commit 5f65445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OrchardCore.Build/Dependencies.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageManagement Include="BenchmarkDotNet" Version="0.13.12" />
2222
<PackageManagement Include="Castle.Core" Version="5.1.1" />
2323
<PackageManagement Include="DocumentFormat.OpenXml" Version="3.0.2" />
24-
<PackageManagement Include="Fluid.Core" Version="2.7.0" />
24+
<PackageManagement Include="Fluid.Core" Version="2.8.0" />
2525
<PackageManagement Include="GraphQL" Version="7.8.0" />
2626
<PackageManagement Include="GraphQL.DataLoader" Version="7.8.0" />
2727
<PackageManagement Include="GraphQL.MicrosoftDI" Version="7.8.0" />

src/docs/resources/libraries/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The below table lists the different .NET libraries used in Orchard Core:
1515
| [Azure Storage Blobs for DataProtection](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.3.2/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/README.md) | Allows storing ASP.NET Core DataProtection keys in Azure Blob Storage. | 1.3.3 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) |
1616
| [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 5.1.1 |[Apache-2.0](https://github.com/castleproject/Core/blob/master/LICENSE) |
1717
| [DocumentFormat.OpenXML](https://github.com/dotnet/Open-XML-SDK) | The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents | 3.0.2 | [MIT](https://github.com/dotnet/Open-XML-SDK/blob/main/LICENSE) |
18-
| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.7.0 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) |
18+
| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.8.0 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) |
1919
| [GraphQL](https://github.com/graphql/graphiql) | GraphiQL & GraphQL. | 7.8.0 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) |
2020
| [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks. | 8.1.860-beta | [MIT](https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md) |
2121
| [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 3.1.1 |[Apache-2.0](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) |

0 commit comments

Comments
 (0)