Skip to content

Commit 7338595

Browse files
Bump Costura.Fody from 5.3.0 to 5.4.0
Bumps [Costura.Fody](https://github.com/Fody/Costura) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/Fody/Costura/releases) - [Changelog](https://github.com/Fody/Costura/blob/develop/GitReleaseManager.yaml) - [Commits](Fody/Costura@5.3.0...5.4.0) --- updated-dependencies: - dependency-name: Costura.Fody dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b3a51a commit 7338595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LibBuilder.Console.App/LibBuilder.Console.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Conditionally obtain references for the .NET Framework 4.7.2 target -->
1212
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
1313
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.4" />
14-
<PackageReference Include="Costura.Fody" Version="5.3.0">
14+
<PackageReference Include="Costura.Fody" Version="5.4.0">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

src/LibBuilder.WPF.App/LibBuilder.WPF.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
2424
<PackageReference Include="Dragablz" Version="0.0.3.223" />
2525
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.4" />
26-
<PackageReference Include="Costura.Fody" Version="5.3.0">
26+
<PackageReference Include="Costura.Fody" Version="5.4.0">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

0 commit comments

Comments
 (0)