Skip to content

Commit 7745828

Browse files
committed
Update properties for Microsoft.Build.NoTargets 3.5.6
1 parent d0edd8c commit 7745828

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.root.targets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
<EnableDefaultItems>false</EnableDefaultItems>
2323
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2424
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
25-
<GenerateDependencyFile>false</GenerateDependencyFile>
26-
<SkipCopyBuildProduct>true</SkipCopyBuildProduct>
2725
<IsPublishable>false</IsPublishable>
2826
<IsPackable>false</IsPackable>
2927
<SetGitHubActionsVersion>true</SetGitHubActionsVersion>

src/Subatomix.Build.Versioning.Semantic.msbuildproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
<PropertyGroup>
2121
<Description>Automatic SemVer2 semantic versioning for .NET and MSBuild</Description>
2222
<TargetFramework>netstandard1.0</TargetFramework>
23+
<EnableDefaultItems>false</EnableDefaultItems>
2324
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2425
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
25-
<GenerateDependencyFile>false</GenerateDependencyFile>
26-
<SkipCopyBuildProduct>true</SkipCopyBuildProduct>
2726
<DevelopmentDependency>true</DevelopmentDependency>
2827
</PropertyGroup>
2928

test/Subatomix.Build.Versioning.Semantic.Tests.msbuildproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<PropertyGroup>
2121
<Description>Tests for Subatomix.Build.Versioning.Semantic</Description>
2222
<TargetFramework>netstandard1.0</TargetFramework>
23+
<EnableDefaultItems>false</EnableDefaultItems>
2324
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2425
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
25-
<GenerateDependencyFile>false</GenerateDependencyFile>
26-
<SkipCopyBuildProduct>true</SkipCopyBuildProduct>
26+
<IsPublishable>false</IsPublishable>
2727
<IsPackable>false</IsPackable>
2828
</PropertyGroup>
2929

0 commit comments

Comments
 (0)