File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
GqlPlus.ComponentTestBase Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 44 "tools" : {
55 "dotnet-coverage" : {
66 "version" : " 18.1.0" ,
7- "commands" : [" dotnet-coverage" ],
7+ "commands" : [
8+ " dotnet-coverage"
9+ ],
810 "rollForward" : false
911 },
1012 "dotnet-reportgenerator-globaltool" : {
11- "version" : " 5.4.17" ,
12- "commands" : [" reportgenerator" ],
13+ "version" : " 5.4.18" ,
14+ "commands" : [
15+ " reportgenerator"
16+ ],
1317 "rollForward" : false
1418 }
1519 }
16- }
20+ }
Original file line number Diff line number Diff line change 1010 </ItemGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Fluid.Core" Version =" 2.25 .0" />
13+ <PackageReference Include =" Fluid.Core" Version =" 2.30 .0" />
1414 <PackageReference Include =" MartinCostello.Logging.XUnit.v3" Version =" 0.6.0" />
1515 <PackageReference Include =" Xunit.DependencyInjection" Version =" 11.0.0" />
1616 <PackageReference Include =" Xunit.DependencyInjection.Logging" Version =" 11.0.0" />
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Verify.XunitV3" Version =" 31.0.3 " />
8+ <PackageReference Include =" Verify.XunitV3" Version =" 31.0.5 " />
99 </ItemGroup >
1010
1111</Project >
You can’t perform that action at this time.
0 commit comments