Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: Fody
  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 9, 2024
1 parent a6847d9 commit 3ac4659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Catel.Core" Version="5.12.22" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" PrivateAssets="All" />
<PackageReference Include="NUnit" Version="4.2.2" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Costura.Fody.Tests/Costura.Fody.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="ApprovalTests" Version="6.0.0" />
<PackageReference Include="FodyHelpers" Version="6.8.2" />
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="none" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="NUnit" Version="4.2.2" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Costura.Template/Costura.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="none" />
</ItemGroup>

<Import Project="$(MSBuildProjectDirectory)\..\Directory.build.shared.explicit.props" Condition="Exists('$(MSBuildProjectDirectory)\..\Directory.build.shared.explicit.props')" />
Expand Down
2 changes: 1 addition & 1 deletion src/Costura/Costura.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="none" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3ac4659

Please sign in to comment.