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

Commit 1782cfb

Browse files
authored
Merge pull request #7853 from gkhanna79/StabilizeRTM110
Stabilize CoreCLR packages for 1.1.0 RTM
2 parents 1767112 + 858584f commit 1782cfb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<Version Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''">1.1.0</Version>
157157

158158
<!-- Set the boolean below to true to generate packages with stabilized versions -->
159-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
159+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
160160
<StableVersion Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(Version)</StableVersion>
161161

162162
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires

src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/Microsoft.NETCore.Runtime.CoreCLR.pkgproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
<ProjectReference Include="win\Microsoft.NETCore.Runtime.CoreCLR.pkgproj">
3232
<Platform>x86</Platform>
3333
</ProjectReference>
34-
<ProjectReference Include="win\Microsoft.NETCore.Runtime.CoreCLR.pkgproj">
35-
<Platform>arm</Platform>
36-
</ProjectReference>
3734
<ProjectReference Include="debian\Microsoft.NETCore.Runtime.CoreCLR.pkgproj">
3835
<Platform>amd64</Platform>
3936
</ProjectReference>

0 commit comments

Comments
 (0)