diff --git a/eng/Versions.props b/eng/Versions.props
index 7c86ef619df42..54afd26a53f4d 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -8,13 +8,12 @@
2
6.0.100
servicing
-
-
+ 1
$(MajorVersion).$(MinorVersion).0.0
- true
+ false
release
true
diff --git a/eng/packaging.targets b/eng/packaging.targets
index 9fe4b569e5f70..47a8252c325ef 100644
--- a/eng/packaging.targets
+++ b/eng/packaging.targets
@@ -47,7 +47,7 @@
$(MajorVersion).$(MinorVersion).$(ServicingVersion)
- $(Version)-$(VersionSuffix)
+ $(Version)-$(VersionSuffix)
<_IsWindowsDesktopApp Condition="$(WindowsDesktopCoreAppLibrary.Contains('$(AssemblyName);'))">true
<_IsAspNetCoreApp Condition="$(AspNetCoreAppLibrary.Contains('$(AssemblyName);'))">true
<_AssemblyInTargetingPack Condition="('$(IsNETCoreAppSrc)' == 'true' or '$(_IsAspNetCoreApp)' == 'true' or '$(_IsWindowsDesktopApp)' == 'true') and '$(TargetFrameworkIdentifier)' != '.NETFramework'">true
diff --git a/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj
index 8515997bcb42e..b3966f3819303 100644
--- a/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -45,7 +45,6 @@
true
v4.0.30319
- $(ProductVersion)
$(ProductVersion)
true
$(NoWarn),0419,0649,CA2249,CA1830
diff --git a/src/libraries/workloads-testing.targets b/src/libraries/workloads-testing.targets
index a361a0a4cccde..e8204f40c9ca0 100644
--- a/src/libraries/workloads-testing.targets
+++ b/src/libraries/workloads-testing.targets
@@ -1,8 +1,6 @@
<_NuGetConfigForWorkloadInstall>$(ArtifactsBinDir)workload-nuget.config
- <_PackageVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(ProductVersion)
- <_PackageVersion Condition="'$(_PackageVersion)' == ''">$(PackageVersion)
+ <_PackageVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(ProductVersion)
+ <_PackageVersion Condition="'$(_PackageVersion)' == ''">$(PackageVersion)
<_AOTCrossNuGetPath>$(LibrariesShippingPackagesDir)Microsoft.NETCore.App.Runtime.AOT.$(NETCoreSdkRuntimeIdentifier).Cross.$(RuntimeIdentifier).$(_PackageVersion).nupkg
diff --git a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
index cb69737648039..1a03116ab3f9b 100644
--- a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -31,7 +31,6 @@
true
v4.0.30319
- $(ProductVersion)
$(ProductVersion)
true
$(NoWarn),0419,0649