Skip to content

Commit

Permalink
Bump Testably.Abstractions from 3.1.2 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [Testably.Abstractions](https://github.com/Testably/Testably.Abstractions) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/Testably/Testably.Abstractions/releases)
- [Commits](Testably/Testably.Abstractions@v3.1.2...v3.2.0)

---
updated-dependencies:
- dependency-name: Testably.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent a47bc1c commit 3eb06a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Testably.Abstractions" Version="3.1.2" />
<PackageReference Include="Testably.Abstractions" Version="3.2.0" />
<PackageReference Include="Testably.Abstractions.Testing" Version="3.1.2" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Testably.Abstractions" Version="3.1.2" />
<PackageReference Include="Testably.Abstractions" Version="3.2.0" />
<PackageReference Include="Testably.Abstractions.Testing" Version="3.1.2" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
Expand Down
2 changes: 1 addition & 1 deletion src/CommonUtilities/test/CommonUtilities.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Testably.Abstractions" Version="3.1.2" />
<PackageReference Include="Testably.Abstractions" Version="3.2.0" />
<PackageReference Include="Testably.Abstractions.Testing" Version="3.1.2" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
Expand Down

0 comments on commit 3eb06a4

Please sign in to comment.