Skip to content

Commit

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

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

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 28, 2023
1 parent 086d996 commit 354af42
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.3" />
<PackageReference Include="Expecto" Version="10.0.0" />
<PackageReference Include="Expecto" Version="10.1.0" />
<PackageReference Include="Verify.Expecto" Version="20.4.0" />
<!-- 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="10.0.0" />
<PackageReference Include="Expecto" Version="10.1.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.3" />
<PackageReference Include="Expecto" Version="10.0.0" />
<PackageReference Include="Expecto" Version="10.1.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="10.0.0" />
<PackageReference Include="Expecto" Version="10.1.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 @@ -7,7 +7,7 @@
<Using Include="Expecto" />
<Using Include="Argon" />
<Using Include="VerifyTests" />
<PackageReference Include="Expecto" Version="10.0.0" />
<PackageReference Include="Expecto" Version="10.1.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 354af42

Please sign in to comment.