Skip to content

Commit

Permalink
Bump Moq from 4.18.4 to 4.20.70
Browse files Browse the repository at this point in the history
Bumps [Moq](https://github.com/moq/moq) from 4.18.4 to 4.20.70.
- [Release notes](https://github.com/moq/moq/releases)
- [Changelog](https://github.com/devlooped/moq/blob/main/CHANGELOG.md)
- [Commits](moq/moq.spikes@v4.18.4...v4.20.70)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent b457b39 commit be60569
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/Stravaig.ShortCode.Tests/Stravaig.ShortCode.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="[4.18.4]" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="Stravaig.Extensions.Logging.Diagnostics" Version="2.2.0" />
<PackageReference Include="Stravaig.Jailbreak" Version="0.1.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Stravaig.ShortCode\Stravaig.ShortCode.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="[4.20.70]" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="Stravaig.Extensions.Logging.Diagnostics" Version="2.2.0" />
<PackageReference Include="Stravaig.Jailbreak" Version="0.1.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Stravaig.ShortCode\Stravaig.ShortCode.csproj" />
</ItemGroup>

</Project>

0 comments on commit be60569

Please sign in to comment.