22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33
44 <PropertyGroup >
5- <FluentAssertionsVersion >6.6.0</FluentAssertionsVersion >
6- <FluentAssertionsVersion Condition =" '$(TargetFramework)' == 'net452' " >5.10.3</FluentAssertionsVersion >
7- <TestHostVersion >6.0.4-*</TestHostVersion >
8- <TestHostVersion Condition =" '$(TargetFramework)' == 'netcoreapp3.1' " >3.1.24</TestHostVersion >
5+ <FluentAssertionsVersion >6.7.0</FluentAssertionsVersion >
6+ <MoqVersion >4.18.2</MoqVersion >
7+ <XunitRunnerVersion >2.4.5</XunitRunnerVersion >
8+ <TestHostVersion >6.0.8-*</TestHostVersion >
9+ </PropertyGroup >
10+
11+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net452' " >
12+ <FluentAssertionsVersion >5.10.3</FluentAssertionsVersion >
13+ <MoqVersion >4.17.2</MoqVersion >
14+ <XunitRunnerVersion >2.4.3</XunitRunnerVersion >
15+ </PropertyGroup >
16+
17+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' " >
18+ <TestHostVersion >3.1.28</TestHostVersion >
919 </PropertyGroup >
1020
1121 <ItemGroup Condition =" '$(IsSharedProject)' == 'false' " >
1222 <PackageReference Include =" FluentAssertions" Version =" $(FluentAssertionsVersion)" />
23+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.0" />
24+ <PackageReference Include =" Moq" Version =" $(MoqVersion)" />
25+ <PackageReference Include =" xunit" Version =" 2.4.2" />
26+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVersion)" />
1327 </ItemGroup >
1428
1529 <ItemGroup Condition =" '$(IsAspNetCore)' == 'true' " >
1832
1933 <ItemGroup >
2034 <Using Include =" FluentAssertions" />
35+ <Using Include =" Moq" />
36+ <Using Include =" Xunit" />
37+ <Using Include =" Xunit.Abstractions" />
2138 </ItemGroup >
2239
2340</Project >
0 commit comments