Skip to content

Commit 41e8677

Browse files
github-actions[bot]Anirudh Agnihotry
andauthored
[main] [Release/6.0]fix the package version for non-shipping csproj packages (#59388)
* fix the package version for non-shipping package * use version prefix Co-authored-by: Anirudh Agnihotry <anagniho@microsoft.com>
1 parent 0534634 commit 41e8677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/packaging.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<PropertyGroup Condition="'$(ServicingVersion)' != ''">
3131
<!-- Always update the package version in servicing. -->
32-
<PackageVersion>$(MajorVersion).$(MinorVersion).$(ServicingVersion)</PackageVersion>
32+
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(ServicingVersion)</VersionPrefix>
3333
<_IsWindowsDesktopApp Condition="$(WindowsDesktopCoreAppLibrary.Contains('$(AssemblyName);'))">true</_IsWindowsDesktopApp>
3434
<_IsAspNetCoreApp Condition="$(AspNetCoreAppLibrary.Contains('$(AssemblyName);'))">true</_IsAspNetCoreApp>
3535
<_AssemblyInTargetingPack Condition="'$(IsNETCoreAppSrc)' == 'true' or '$(_IsAspNetCoreApp)' == 'true' or '$(_IsWindowsDesktopApp)' == 'true'">true</_AssemblyInTargetingPack>

0 commit comments

Comments
 (0)