Skip to content

Commit

Permalink
Update the package references.
Browse files Browse the repository at this point in the history
Bump Verify.Xunit from 25.0.2 to 25.0.4 (#9)
Bump xunit.runner.visualstudio from 2.5.6 to 2.8.1 (#8)
Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.10.0 (#7)
Bump xunit from 2.6.6 to 2.8.1 (#6)
Bump Microsoft.VisualStudio.Threading.Analyzers (#5)
Bump Verify.Xunit from 23.0.0 to 25.0.2 (#3)
  • Loading branch information
dependabot[bot] authored and peymanr34 committed Jul 12, 2024
1 parent 3cb54af commit e1f5ef5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
<PackageReference Include="Verify.Xunit" Version="23.0.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="Verify.Xunit" Version="25.0.4" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.8.14">
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit e1f5ef5

Please sign in to comment.