Skip to content

Commit

Permalink
Merge pull request #1160 from TestCentric/dependabot/nuget/System.Thr…
Browse files Browse the repository at this point in the history
…eading.Tasks.Extensions-4.6.0

Bump System.Threading.Tasks.Extensions from 4.5.4 to 4.6.0
  • Loading branch information
CharliePoole authored Nov 25, 2024
2 parents 855cb01 + 63da6c0 commit e9f0bbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/GuiException/tests/nunit.uiexception.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnitLite" Version="4.1.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/TestCentric/tests/TestCentric.Gui.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="NUnit.Extension.NUnitV2Driver" Version="3.8.0" />
<PackageReference Include="NUnit.Extension.NUnitV2ResultWriter" Version="3.6.0" />
<PackageReference Include="NUnit.Extension.VSProjectLoader" Version="3.8.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/TestModel/tests/TestCentric.Gui.Model.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-beta6" />
<PackageReference Include="TestCentric.Extensibility" Version="3.0.2" />
<PackageReference Include="TestCentric.InternalTrace" Version="1.2.1" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.0" />
</ItemGroup>

</Project>

0 comments on commit e9f0bbc

Please sign in to comment.