From 0a79cec913694e65dc7bcabb573c8ce56f7a8be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 20:59:00 +0000 Subject: [PATCH] build(deps): update Costura.Fody requirement from 5.6.* to 5.7.* Updates the requirements on [Costura.Fody](https://github.com/Fody/Costura) to permit the latest version. - [Release notes](https://github.com/Fody/Costura/releases) - [Changelog](https://github.com/Fody/Costura/blob/develop/GitReleaseManager.yaml) - [Commits](https://github.com/Fody/Costura/compare/5.6.0...5.7.0) --- updated-dependencies: - dependency-name: Costura.Fody dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Showcase/Showcase.WPF.DragDrop.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Showcase/Showcase.WPF.DragDrop.csproj b/src/Showcase/Showcase.WPF.DragDrop.csproj index f71ca22..fecf36b 100644 --- a/src/Showcase/Showcase.WPF.DragDrop.csproj +++ b/src/Showcase/Showcase.WPF.DragDrop.csproj @@ -32,7 +32,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + -- GitLab