File tree 9 files changed +24
-24
lines changed
9 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >net8.0</TargetFramework >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.8 .0" />
7
+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.11 .0" />
8
8
</ItemGroup >
9
9
<ItemGroup >
10
10
<ProjectReference Include =" ..\OrchardCoreContrib.PoExtractor.Abstractions\OrchardCoreContrib.PoExtractor.Abstractions.csproj" />
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ private void Visit(Statement node)
47
47
break ;
48
48
case CycleStatement cycle :
49
49
Visit ( cycle . Group ) ;
50
- Visit ( cycle . Values2 ) ;
50
+ Visit ( cycle . Values ) ;
51
51
break ;
52
52
case ElseIfStatement elseIf :
53
53
Visit ( elseIf . Condition ) ;
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Fluid.Core" Version =" 2.5 .0" />
10
- <PackageReference Include =" OrchardCore.DisplayManagement.Liquid" Version =" 1.8.3 " />
9
+ <PackageReference Include =" Fluid.Core" Version =" 2.12 .0" />
10
+ <PackageReference Include =" OrchardCore.DisplayManagement.Liquid" Version =" 2.0.0 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net8.0</TargetFramework >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.AspNetCore.Razor.Language" Version =" 6.0.27 " />
7
+ <PackageReference Include =" Microsoft.AspNetCore.Razor.Language" Version =" 6.0.36 " />
8
8
</ItemGroup >
9
9
<ItemGroup >
10
10
<ProjectReference Include =" ..\OrchardCoreContrib.PoExtractor.DotNet.CS\OrchardCoreContrib.PoExtractor.DotNet.CS.csproj" />
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0 " />
10
- <PackageReference Include =" xunit" Version =" 2.7.0 " />
11
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " >
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
10
+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
11
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
12
12
<PrivateAssets >all</PrivateAssets >
13
13
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
14
14
</PackageReference >
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0 " />
13
- <PackageReference Include =" xunit" Version =" 2.7.0 " />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " >
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
13
+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
</PackageReference >
18
- <PackageReference Include =" coverlet.collector" Version =" 6.0.1 " >
18
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
<PrivateAssets >all</PrivateAssets >
21
21
</PackageReference >
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0 " />
13
- <PackageReference Include =" xunit" Version =" 2.7.0 " />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " >
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
13
+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
</PackageReference >
18
- <PackageReference Include =" coverlet.collector" Version =" 6.0.1 " >
18
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
<PrivateAssets >all</PrivateAssets >
21
21
</PackageReference >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0 " />
11
- <PackageReference Include =" xunit" Version =" 2.7.0 " />
12
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " >
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
11
+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
12
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
13
13
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
</PackageReference >
16
- <PackageReference Include =" coverlet.collector" Version =" 6.0.1 " >
16
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
</PackageReference >
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0 " />
13
- <PackageReference Include =" xunit" Version =" 2.7.0 " />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " >
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
13
+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
</PackageReference >
18
- <PackageReference Include =" coverlet.collector" Version =" 6.0.1 " >
18
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
<PrivateAssets >all</PrivateAssets >
21
21
</PackageReference >
You can’t perform that action at this time.
0 commit comments