File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 33
44 <PropertyGroup >
55 <FluentAssertionsVersion >6.8.0</FluentAssertionsVersion >
6- <MoqVersion >4.18.3</MoqVersion >
7- <XunitRunnerVersion >2.4.5</XunitRunnerVersion >
6+
7+ <!--
8+ beware of other versions that may contain SponsorLink
9+ REF: https://github.com/moq/moq/issues/1372
10+ -->
11+ <MoqVersion >4.20.69</MoqVersion >
12+ <XunitRunnerVersion >2.5.0</XunitRunnerVersion >
813 </PropertyGroup >
914
1015 <PropertyGroup Condition =" '$(TargetFramework)' == 'net452' " >
1520
1621 <ItemGroup Condition =" '$(IsSharedProject)' == 'false' " >
1722 <PackageReference Include =" FluentAssertions" Version =" $(FluentAssertionsVersion)" />
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5 .0-*" />
23+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7 .0-*" />
1924 <PackageReference Include =" Moq" Version =" $(MoqVersion)" />
20- <PackageReference Include =" xunit" Version =" 2.4.2 " />
25+ <PackageReference Include =" xunit" Version =" 2.5.0 " />
2126 <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVersion)" />
2227 </ItemGroup >
2328
2429 <ItemGroup Condition =" '$(IsAspNetCore)' == 'true' " >
25- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 7.0.0 " />
30+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 7.0.10 " />
2631 </ItemGroup >
2732
2833 <ItemGroup >
You can’t perform that action at this time.
0 commit comments