Skip to content

Commit 535b8f9

Browse files
Bump NSubstitute from 4.2.2 to 4.3.0 (#708)
Bumps NSubstitute from 4.2.2 to 4.3.0. --- updated-dependencies: - dependency-name: NSubstitute dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e809b39 commit 535b8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="xunit" Version="2.4.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
1818
<PackageReference Include="Moq" Version="4.16.1" />
19-
<PackageReference Include="NSubstitute" Version="4.2.2" />
19+
<PackageReference Include="NSubstitute" Version="4.3.0" />
2020
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.19" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
2121
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.10" Condition="'$(TargetFramework)' == 'net5'" />
2222
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" Condition="'$(TargetFramework)' == 'net6'" />

0 commit comments

Comments
 (0)