Skip to content

Commit

Permalink
Update xunit.runner.visualstudio to 3.0.2, Microsoft.NET.Test.Sdk to …
Browse files Browse the repository at this point in the history
…17.13.0, System.IO.Abstractions.TestingHelpers to 21.3.1
  • Loading branch information
volkanceylan committed Feb 21, 2025
1 parent a3f3359 commit 89d19f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Test.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="21.2.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="21.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 89d19f9

Please sign in to comment.