Skip to content

Commit

Permalink
Bump Fody from 6.8.1 to 6.8.2 in /src
Browse files Browse the repository at this point in the history
Bumps [Fody](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: Fody
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 8fd41c8 commit d2bf106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Orc.Csv.Tests/Orc.Csv.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Catel.Core" Version="6.0.3" />
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.Csv/Orc.Csv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Catel.Core" Version="6.0.3" />
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="ModuleInit.Fody" Version="2.1.1" PrivateAssets="all" />
Expand Down

0 comments on commit d2bf106

Please sign in to comment.