Skip to content

Commit

Permalink
[Dependencies] Updating xunit.runner.visualstudio (Test Infrastructur…
Browse files Browse the repository at this point in the history
…e) to 3.0.1
  • Loading branch information
credfeto committed Jan 17, 2025
1 parent 1bf21c6 commit 366a96d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
### Fixed
### Changed
- Dependencies - Updated Roslynator.Analyzers to 4.12.10
- Dependencies - Updated xunit.runner.visualstudio to 3.0.0
- Dependencies - Updated Nullable.Extended.Analyzer to 1.15.6495
- Dependencies - Updated FunFair.Test.Common to 6.1.242.1044
- Dependencies - Updated Microsoft.Sbom.Targets to 3.0.1
Expand All @@ -22,6 +21,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated Meziantou.Analyzer to 2.0.186
- Dependencies - Updated SonarAnalyzer.CSharp to 10.5.0.109200
- Dependencies - Updated xunit.analyzers to 1.19.0
- Dependencies - Updated xunit.runner.visualstudio to 3.0.1
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down

0 comments on commit 366a96d

Please sign in to comment.