Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/Sample/Microsoft.NET.Test.S…
Browse files Browse the repository at this point in the history
…dk-16.11.0
  • Loading branch information
ChrisPulman authored Aug 16, 2021
2 parents 73bce41 + 4328e3c commit c5d6266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="Xunit.StaFact" Version="1.0.37" />
<PackageReference Include="Xamarin.Forms.Mocks" Version="4.7.0.1" />
<PackageReference Include="DiffEngine" Version="7.1.0" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="FluentAssertions" Version="6.0.0" />
<PackageReference Include="ReactiveUI.Testing" Version="14.*" />
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/Sextant.iOS.Runner/Sextant.iOS.Runner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<PackageReference Include="xunit.runner.devices">
<Version>2.5.25</Version>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="FluentAssertions" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sextant\Sextant.csproj">
Expand Down

0 comments on commit c5d6266

Please sign in to comment.