Skip to content

Commit 1513c83

Browse files
committed
Microsoft.Build.NoTargets -> 3.7.56
1 parent 945e8cb commit 1513c83

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.root.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Build.NoTargets/3.6.0">
1+
<Project Sdk="Microsoft.Build.NoTargets/3.7.56">
22
<!-- https://github.com/microsoft/MSBuildSdks/tree/main/src/NoTargets -->
33

44
<!--
@@ -8,7 +8,6 @@
88

99
<PropertyGroup>
1010
<TargetFramework>netstandard2.0</TargetFramework>
11-
<EnableDefaultItems>false</EnableDefaultItems>
1211
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1312
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1413
<IsPublishable>false</IsPublishable>

src/Subatomix.Build.Versioning.Semantic.msbuildproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Build.NoTargets/3.6.0">
1+
<Project Sdk="Microsoft.Build.NoTargets/3.7.56">
22
<!-- https://github.com/microsoft/MSBuildSdks/tree/main/src/NoTargets -->
33

44
<!--
@@ -9,7 +9,6 @@
99
<PropertyGroup>
1010
<Description>Semi-automatic SemVer2 semantic versioning for .NET and MSBuild</Description>
1111
<TargetFramework>netstandard2.0</TargetFramework>
12-
<EnableDefaultItems>false</EnableDefaultItems>
1312
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1413
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1514
<DevelopmentDependency>true</DevelopmentDependency>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Build.NoTargets/3.6.0">
1+
<Project Sdk="Microsoft.Build.NoTargets/3.7.56">
22
<!-- https://github.com/microsoft/MSBuildSdks/tree/main/src/NoTargets -->
33

44
<!--
@@ -9,7 +9,6 @@
99
<PropertyGroup>
1010
<Description>Tests for Subatomix.Build.Versioning.Semantic</Description>
1111
<TargetFramework>netstandard2.0</TargetFramework>
12-
<EnableDefaultItems>false</EnableDefaultItems>
1312
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1413
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1514
<IsPublishable>false</IsPublishable>

0 commit comments

Comments
 (0)