From 9e240e0174b9dfc4d2cdebe6d58d6b4fda985762 Mon Sep 17 00:00:00 2001
From: tom-englert <mail@tom-englert.de>
Date: Mon, 13 Apr 2020 17:07:22 +0200
Subject: [PATCH] DevelopmentDependency flag is missing

---
 Common.props | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Common.props b/Common.props
index 0ed2ccd..e0c7add 100644
--- a/Common.props
+++ b/Common.props
@@ -10,6 +10,7 @@
     <PackageId>$(MSBuildProjectName).Fody</PackageId>
     <LangVersion>latest</LangVersion>
     <PackageOutputPath>$(SolutionDir)nugets</PackageOutputPath>
+    <DevelopmentDependency>true</DevelopmentDependency>
   </PropertyGroup>
 
   <ItemGroup>