Skip to content

Commit

Permalink
chore(deps): update dependency nsubstitute to v5.1.0 (#42)
Browse files Browse the repository at this point in the history
| datasource | package     | from  | to    |
| ---------- | ----------- | ----- | ----- |
| nuget      | NSubstitute | 5.0.0 | 5.1.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Calvin Wilkinson <[email protected]>
  • Loading branch information
renovate[bot] and CalvinWilkinson authored Oct 9, 2023
1 parent f743986 commit b175e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/PlazmaTests/PlazmaTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.16">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit b175e14

Please sign in to comment.