Skip to content

Commit

Permalink
Bump FodyHelpers from 6.8.1 to 6.8.2
Browse files Browse the repository at this point in the history
Bumps [FodyHelpers](https://github.com/Fody/Fody) from 6.8.1 to 6.8.2.
- [Release notes](https://github.com/Fody/Fody/releases)
- [Commits](Fody/Fody@6.8.1...6.8.2)

---
updated-dependencies:
- dependency-name: FodyHelpers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent fd70421 commit 25e08e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Janitor.Fody/Janitor.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="FodyHelpers" Version="6.8.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Template/Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="FodyHelpers" Version="6.8.2" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="FodyHelpers" Version="6.8.2" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
Expand Down

0 comments on commit 25e08e3

Please sign in to comment.