From 409611c2090214fd35fb4106ca217fef2e3182c5 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Sat, 30 May 2020 18:51:00 +0200 Subject: [PATCH] Revert marking as DevelopmentDependency Nuget generates incompatible PackageReference settings when this is set. --- AssemblyToProcess/AssemblyToProcess.csproj | 2 +- .../AssemblyToProcessNetStandard.csproj | 2 +- AutoProperties.Fody/AutoProperties.Fody.csproj | 2 +- AutoProperties/AutoProperties.csproj | 4 ++-- Common.props | 1 - Directory.Build.props | 2 +- TestLibrary/TestLibrary.csproj | 2 +- Tests/Tests.csproj | 2 +- 8 files changed, 8 insertions(+), 9 deletions(-) diff --git a/AssemblyToProcess/AssemblyToProcess.csproj b/AssemblyToProcess/AssemblyToProcess.csproj index 587952e..858d5eb 100644 --- a/AssemblyToProcess/AssemblyToProcess.csproj +++ b/AssemblyToProcess/AssemblyToProcess.csproj @@ -10,7 +10,7 @@ - + diff --git a/AssemblyToProcessNetStandard/AssemblyToProcessNetStandard.csproj b/AssemblyToProcessNetStandard/AssemblyToProcessNetStandard.csproj index d005e14..514d73f 100644 --- a/AssemblyToProcessNetStandard/AssemblyToProcessNetStandard.csproj +++ b/AssemblyToProcessNetStandard/AssemblyToProcessNetStandard.csproj @@ -5,7 +5,7 @@ - + diff --git a/AutoProperties.Fody/AutoProperties.Fody.csproj b/AutoProperties.Fody/AutoProperties.Fody.csproj index 47b3099..eb27fc8 100644 --- a/AutoProperties.Fody/AutoProperties.Fody.csproj +++ b/AutoProperties.Fody/AutoProperties.Fody.csproj @@ -6,7 +6,7 @@ - + diff --git a/AutoProperties/AutoProperties.csproj b/AutoProperties/AutoProperties.csproj index 2b40446..0a1c421 100644 --- a/AutoProperties/AutoProperties.csproj +++ b/AutoProperties/AutoProperties.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/Common.props b/Common.props index faca62c..4b6c3be 100644 --- a/Common.props +++ b/Common.props @@ -10,7 +10,6 @@ $(MSBuildProjectName).Fody latest $(SolutionDir)nugets - true enable diff --git a/Directory.Build.props b/Directory.Build.props index 1d6c74b..44443ef 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ Copyright © tom-englert.de 2017-2020. Distributed under the MIT License. AutoProperties.Fody - 1.24.0 + 1.25.0 This add-in gives you extended control over auto-properties, like directly accessing the backing field or intercepting getters and setters. diff --git a/TestLibrary/TestLibrary.csproj b/TestLibrary/TestLibrary.csproj index 84db9b7..e4f5c70 100644 --- a/TestLibrary/TestLibrary.csproj +++ b/TestLibrary/TestLibrary.csproj @@ -10,7 +10,7 @@ - + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index a72fb6d..483501e 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -21,7 +21,7 @@ - +