-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
19 lines (19 loc) · 1.19 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
19 lines (19 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<ItemGroup>
<PackageVersion Include="AngleSharp" Version="1.8.1" />
<PackageVersion Include="coverlet.collector" Version="10.0.0" />
<PackageVersion Include="OrchardCore.Abstractions" Version="$(OrchardCoreVersion)" />
<PackageVersion Include="OrchardCore.Infrastructure.Abstractions" Version="$(OrchardCoreVersion)" />
<PackageVersion Include="OrchardCore.Tenants" Version="$(OrchardCoreVersion)" />
<PackageVersion Include="OrchardCore.Logging.NLog" Version="$(OrchardCoreVersion)" />
<PackageVersion Include="OrchardCore.Application.Cms.Targets" Version="$(OrchardCoreVersion)" />
<PackageVersion Include="OrchardCoreContrib.Infrastructure.Abstractions" Version="2.6.1" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.12" />
<PackageVersion Include="Microsoft.Playwright" Version="1.62.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.10.0" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="System.Security.Cryptography.Xml" Version="10.0.12" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="4.0.0" />
</ItemGroup>
</Project>