Skip to content

Commit

Permalink
Update ObjectValidation Tests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
nd1012 committed Jul 13, 2024
1 parent 68f8bfd commit ea7e2af
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/ObjectValidation Tests/ObjectValidation Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<EnablePreviewFeatures Condition="'$(Configuration)' != 'Release'">True</EnablePreviewFeatures>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="coverlet.collector" Version="6.0.1">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit ea7e2af

Please sign in to comment.