Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit c177851

Browse files
authored
Don't tie Platform Package version to Product version (#41835)
1 parent b7c9ada commit c177851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Packaging.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageVersion Condition="'$(PackageVersion)' == ''">4.6.0</PackageVersion>
2727
<!-- major.minor.release version of the platforms package we're currently building
2828
Pre-release will be appended during build -->
29-
<PlatformPackageVersion>$(ProductVersion)</PlatformPackageVersion>
29+
<PlatformPackageVersion>3.0.0</PlatformPackageVersion>
3030
<SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
3131
<SkipGenerationCheck>true</SkipGenerationCheck>
3232
</PropertyGroup>

0 commit comments

Comments
 (0)