Skip to content

Commit

Permalink
Rebuild test certificates for certificate auth.
Browse files Browse the repository at this point in the history
Bump coverlet.collector from 6.0.0 to 6.0.1.
Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.9.0.
Bump Microsoft.CodeCoverage from 17.7.2 to 17.9.0.
Downgrade xuint.runner.visualstudio to 2.4.5 in certificate tests.
  • Loading branch information
blowdart committed Feb 21, 2024
1 parent 544d46e commit e9d3daa
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

<!-- These packages must have matching versions. Do not believe Dependabot when it tries to update them individually -->
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.CodeCoverage" Version="17.7.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.CodeCoverage" Version="17.9.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.32" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.6">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit e9d3daa

Please sign in to comment.