Skip to content

Commit

Permalink
Merge pull request #1410 from microsoft/renovate/xunit
Browse files Browse the repository at this point in the history
Update xunit
  • Loading branch information
AArnott authored Feb 6, 2025
2 parents ba4ac3f + 84db3cf commit f8b0a4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
<PackageVersion Include="Xunit.Combinatorial" Version="1.6.24" />
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
<PackageVersion Include="Xunit.StaFact" Version="1.1.11" />
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.23" />
<PackageVersion Include="Xunit.StaFact" Version="1.2.69" />
</ItemGroup>
<ItemGroup Condition="'$(IsTestProject)'=='true'">
<PackageVersion Update="Microsoft.CodeAnalysis" Version="$(CodeAnalysisVersionForTests)" />
Expand Down
2 changes: 1 addition & 1 deletion doc/analyzers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Guideline | 200-299 | Code that deviates from best practices and may limit the b

Some analyzers' behavior can be configured. See our [configuration](configuration.md) topic for more information.

[1]: https://nuget.org/packages/microsoft.visualstudio.threading.analyzers
[1]: https://www.nuget.org/packages/microsoft.visualstudio.threading.analyzers
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using Microsoft.VisualStudio.Threading;
using Xunit;
using Xunit.Abstractions;
using TplExtensions = Microsoft.VisualStudio.Threading.TplExtensions;

public class TplExtensionsTests : TestBase
{
Expand Down

0 comments on commit f8b0a4f

Please sign in to comment.