Skip to content

Commit 6f9403f

Browse files
build(deps): Bump Microsoft.Reactive.Testing from 5.0.0 to 6.0.0 (#735)
Bumps [Microsoft.Reactive.Testing](https://github.com/dotnet/reactive) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/commits) --- updated-dependencies: - dependency-name: Microsoft.Reactive.Testing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e74287 commit 6f9403f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Xamarin/Cinephile/Cinephile.UnitTests/Cinephile.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -16,7 +16,7 @@
1616
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
1717
<PackageReference Include="Moq" Version="4.18.4" />
1818
<PackageReference Include="Microsoft.CodeCoverage" Version="17.5.0" />
19-
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
19+
<PackageReference Include="Microsoft.Reactive.Testing" Version="6.0.0" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<Folder Include="ViewModels\" />

0 commit comments

Comments
 (0)