Skip to content

Commit

Permalink
Bump Costura.Fody from 5.7.0 to 6.0.0 in /src
Browse files Browse the repository at this point in the history
Bumps [Costura.Fody](https://github.com/Fody/Costura) from 5.7.0 to 6.0.0.
- [Release notes](https://github.com/Fody/Costura/releases)
- [Changelog](https://github.com/Fody/Costura/blob/develop/GitReleaseManager.yaml)
- [Commits](Fody/Costura@5.7.0...6.0.0)

---
updated-dependencies:
- dependency-name: Costura.Fody
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent ad97aff commit f4b9f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Orc.Squirrel.Xaml/Orc.Squirrel.Xaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Costura.Fody" Version="6.0.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.Squirrel/Orc.Squirrel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Costura.Fody" Version="6.0.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit f4b9f27

Please sign in to comment.