diff --git a/src/NetEvolve.Defaults/build/SupportAssemblyAttributes.targets b/src/NetEvolve.Defaults/build/SupportAssemblyAttributes.targets index e9483c7..43f99c7 100644 --- a/src/NetEvolve.Defaults/build/SupportAssemblyAttributes.targets +++ b/src/NetEvolve.Defaults/build/SupportAssemblyAttributes.targets @@ -7,7 +7,7 @@ + Condition=" ('$(IsTestableProject)' == 'true' or '$(IsXampleProject)' != 'true') and $([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'net5.0')) == 'true' " /> diff --git a/src/NetEvolve.Defaults/build/SupportGeneral.props b/src/NetEvolve.Defaults/build/SupportGeneral.props index f24fd97..b0f1c0d 100644 --- a/src/NetEvolve.Defaults/build/SupportGeneral.props +++ b/src/NetEvolve.Defaults/build/SupportGeneral.props @@ -3,6 +3,8 @@ false true + false + true diff --git a/src/NetEvolve.Defaults/build/SupportGeneral.targets b/src/NetEvolve.Defaults/build/SupportGeneral.targets index bd6cd89..0961501 100644 --- a/src/NetEvolve.Defaults/build/SupportGeneral.targets +++ b/src/NetEvolve.Defaults/build/SupportGeneral.targets @@ -6,9 +6,14 @@ - + true false + + false + false + + diff --git a/src/NetEvolve.Defaults/build/SupportPackageInformation.targets b/src/NetEvolve.Defaults/build/SupportPackageInformation.targets index 184ec41..3bbd6bd 100644 --- a/src/NetEvolve.Defaults/build/SupportPackageInformation.targets +++ b/src/NetEvolve.Defaults/build/SupportPackageInformation.targets @@ -1,6 +1,6 @@ - + $(MSBuildProjectName) $(MSBuildProjectName) @@ -20,11 +20,11 @@ true - + netevolve;$(PackageTags) - + <_SolutionLicense Include="LICENSE" Condition="Exists('LICENSE')" /> <_SolutionLicense Include="$(SolutionDir)LICENSE" Condition="@(_SolutionLicense) == '' and Exists('$(SolutionDir)LICENSE')" />