|
8 | 8 |
|
9 | 9 | <PropertyGroup Label="Compile settings" Condition="$(MSBuildProjectName) != 'bunit.testassets'"> |
10 | 10 | <Nullable>annotations</Nullable> |
11 | | - <IsPackable>false</IsPackable> |
| 11 | + <IsPackable>false</IsPackable> |
12 | 12 | <SonarQubeTestProject>true</SonarQubeTestProject> |
13 | 13 | <IsTestProject>true</IsTestProject> |
14 | | - <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> |
15 | 14 | </PropertyGroup> |
16 | 15 |
|
17 | | - <ItemGroup Condition="$(MSBuildProjectName) != 'bunit.testassets' and $(MSBuildProjectName) != 'bunit.web.testcomponents.tests'"> |
18 | | - <PackageReference Include="AutoFixture" Version="4.18.0" /> |
19 | | - <PackageReference Include="AutoFixture.Xunit2" Version="4.18.0" /> |
20 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" /> |
21 | | - <PackageReference Include="Moq" Version="4.18.4" /> |
22 | | - <PackageReference Include="Shouldly" Version="4.2.1" /> |
| 16 | + <ItemGroup Condition="$(MSBuildProjectName) != 'bunit.testassets'"> |
| 17 | + <PackageReference Include="AutoFixture" Version="4.17.0" /> |
| 18 | + <PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" /> |
| 19 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> |
| 20 | + <PackageReference Include="Moq" Version="4.18.3" /> |
| 21 | + <PackageReference Include="Shouldly" Version="4.1.0" /> |
23 | 22 | <PackageReference Include="xunit" Version="2.4.2" /> |
24 | 23 | <PackageReference Include="Xunit.Combinatorial" Version="1.5.25" /> |
25 | 24 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="All" /> |
26 | | - <PackageReference Include="coverlet.msbuild" Version="6.0.0" PrivateAssets="All" /> |
| 25 | + <PackageReference Include="coverlet.msbuild" Version="3.2.0" PrivateAssets="All" /> |
27 | 26 | </ItemGroup> |
28 | 27 |
|
29 | 28 | <ItemGroup Label="Implicit usings" Condition="$(MSBuildProjectName) != 'bunit.testassets' AND $(MSBuildProjectName) != 'AngleSharpWrappers.Tests'"> |
|
0 commit comments