Skip to content

Commit 4365015

Browse files
committed
Remove unnecessary backward compat in nuproj itself
1 parent 5344d82 commit 4365015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nerdbank.GitVersioning.NuGet/Nerdbank.GitVersioning.NuGet.nuproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<Target Name="GetNuPkgVersion" DependsOnTargets="GetBuildVersion">
7777
<PropertyGroup>
7878
<Version>$(NuGetPackageVersion)</Version>
79-
<NuSpecProperties>$(NuSpecProperties);$(NuGetProperties);GitCommitIdShort=$(GitCommitIdShort)</NuSpecProperties>
79+
<NuSpecProperties>$(NuSpecProperties);GitCommitIdShort=$(GitCommitIdShort)</NuSpecProperties>
8080
</PropertyGroup>
8181
</Target>
8282
<Target Name="ExpandForNpmPackage"

0 commit comments

Comments
 (0)