Skip to content

Commit 1345ef5

Browse files
committed
Upgrade AngleSharp & System.Security.Cryptography.Xml
1 parent 8093b91 commit 1345ef5

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

Directory.Packages.props

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
<Project>
22
<ItemGroup>
3+
<PackageVersion Include="AngleSharp" Version="1.7.1" />
34
<PackageVersion Include="coverlet.collector" Version="10.0.0" />
4-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
5-
<PackageVersion Include="xunit" Version="2.9.3" />
6-
<PackageVersion Include="xunit.runner.visualstudio" Version="4.0.0-pre.4" />
7-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.10" />
85
<PackageVersion Include="OrchardCore.Abstractions" Version="$(OrchardCoreVersion)" />
96
<PackageVersion Include="OrchardCore.Infrastructure.Abstractions" Version="$(OrchardCoreVersion)" />
107
<PackageVersion Include="OrchardCore.Tenants" Version="$(OrchardCoreVersion)" />
118
<PackageVersion Include="OrchardCore.Logging.NLog" Version="$(OrchardCoreVersion)" />
129
<PackageVersion Include="OrchardCore.Application.Cms.Targets" Version="$(OrchardCoreVersion)" />
13-
<PackageVersion Include="Microsoft.Playwright" Version="1.61.0" />
1410
<PackageVersion Include="OrchardCoreContrib.Infrastructure.Abstractions" Version="2.6.1" />
11+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.10" />
12+
<PackageVersion Include="Microsoft.Playwright" Version="1.61.0" />
13+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
1514
<PackageVersion Include="Moq" Version="4.20.72" />
15+
<PackageVersion Include="System.Security.Cryptography.Xml" Version="10.0.11" />
16+
<PackageVersion Include="xunit" Version="2.9.3" />
17+
<PackageVersion Include="xunit.runner.visualstudio" Version="4.0.0-pre.4" />
1618
</ItemGroup>
1719
</Project>

src/OrchardCoreContrib.Testing.Web/OrchardCoreContrib.Testing.Web.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18+
<PackageReference Include="AngleSharp" />
19+
<PackageReference Include="System.Security.Cryptography.Xml" NoWarn="NU1510" />
1820
<PackageReference Include="OrchardCore.Logging.NLog" />
1921
<PackageReference Include="OrchardCore.Application.Cms.Targets" />
2022
</ItemGroup>

0 commit comments

Comments
 (0)