From 63565f8998ca6ff47d346329e13931458e0f1bd3 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Thu, 11 Jan 2018 21:00:19 +1100 Subject: [PATCH] fix PrivateAssets fixes #20 --- AssemblyToProcess/AssemblyToProcess.csproj | 1 + Directory.Build.props | 2 +- Obsolete.Fody/Obsolete.Fody.csproj | 2 +- Obsolete/Obsolete.csproj | 4 ++-- Tests/Tests.csproj | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AssemblyToProcess/AssemblyToProcess.csproj b/AssemblyToProcess/AssemblyToProcess.csproj index d169947..1def917 100644 --- a/AssemblyToProcess/AssemblyToProcess.csproj +++ b/AssemblyToProcess/AssemblyToProcess.csproj @@ -2,6 +2,7 @@ net452;netcoreapp2.0 + true diff --git a/Directory.Build.props b/Directory.Build.props index 8f8efee..470d085 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ true - 4.3.6 + 4.3.7 latest \ No newline at end of file diff --git a/Obsolete.Fody/Obsolete.Fody.csproj b/Obsolete.Fody/Obsolete.Fody.csproj index 875e5f7..d88d15c 100644 --- a/Obsolete.Fody/Obsolete.Fody.csproj +++ b/Obsolete.Fody/Obsolete.Fody.csproj @@ -6,7 +6,7 @@ - + diff --git a/Obsolete/Obsolete.csproj b/Obsolete/Obsolete.csproj index bdcf30b..a0c74e3 100644 --- a/Obsolete/Obsolete.csproj +++ b/Obsolete/Obsolete.csproj @@ -9,8 +9,8 @@ Obsolete, ObsoleteAttribute, ILWeaving, Fody, Cecil - - + + \ No newline at end of file diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 2a0a90a..ed592b9 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -6,7 +6,7 @@ - +