Skip to content

Commit

Permalink
Bump Expecto from 9.0.4 to 10.0.0 in /src (#917)
Browse files Browse the repository at this point in the history
Bumps [Expecto](https://github.com/haf/expecto) from 9.0.4 to 10.0.0.
- [Release notes](https://github.com/haf/expecto/releases)
- [Changelog](https://github.com/haf/expecto/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/haf/expecto/commits/10.0.0)

---
updated-dependencies:
- dependency-name: Expecto
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent cf413d0 commit 66aed7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/NugetUsage/ExpectoNugetUsage/ExpectoNugetUsage.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- begin-snippet: expecto-nugets -->
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.14.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Expecto" Version="9.0.4" />
<PackageReference Include="Expecto" Version="10.0.0" />
<PackageReference Include="Verify.Expecto" Version="20.3.2" />
<!-- end-snippet -->
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<SignAssembly>False</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Expecto" Version="9.0.4" />
<PackageReference Include="Expecto" Version="10.0.0" />
<PackageReference Include="FSharp.Core" Version="7.0.300" />
<PackageReference Include="ProjectDefaults" Version="1.0.91" PrivateAssets="all" />
<ProjectReference Include="..\Verify.Expecto\Verify.Expecto.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Compile Include="Main.fs" />
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.14.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Expecto" Version="9.0.4" />
<PackageReference Include="Expecto" Version="10.0.0" />
<ProjectReference Include="..\Verify.Expecto\Verify.Expecto.csproj" />
<ProjectReference Include="..\Verify\Verify.csproj" />
<PackageReference Update="FSharp.Core" Version="7.0.300" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Expecto.Tests/Verify.Expecto.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<Using Include="Argon" />
<PackageReference Include="Expecto" Version="9.0.4" />
<PackageReference Include="Expecto" Version="10.0.0" />
<PackageReference Include="FSharp.Core" Version="7.0.300" />
<PackageReference Include="ProjectDefaults" Version="1.0.91" PrivateAssets="all" />
<ProjectReference Include="..\Verify.Expecto\Verify.Expecto.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Expecto/Verify.Expecto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Using Include="Expecto" />
<Using Include="Argon" />
<Using Include="VerifyTests" />
<PackageReference Include="Expecto" Version="9.0.4" />
<PackageReference Include="Expecto" Version="10.0.0" />
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="All" />
<PackageReference Include="FSharp.Core" Version="7.0.300" />
Expand Down

0 comments on commit 66aed7f

Please sign in to comment.