Skip to content

Commit

Permalink
Bumped the Coverlet and Jetbrains.Annotations packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Nov 2, 2024
1 parent 4760a0f commit d1b7202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Reflectify.Specs/Reflectify.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all">
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit d1b7202

Please sign in to comment.