This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/.nuget/Microsoft.NETCore.Runtime.CoreCLR Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 156
156
<Version Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''" >1.1.0</Version >
157
157
158
158
<!-- Set the boolean below to true to generate packages with stabilized versions -->
159
- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
159
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
160
160
<StableVersion Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''" >$(Version)</StableVersion >
161
161
162
162
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
Original file line number Diff line number Diff line change 31
31
<ProjectReference Include =" win\Microsoft.NETCore.Runtime.CoreCLR.pkgproj" >
32
32
<Platform >x86</Platform >
33
33
</ProjectReference >
34
- <ProjectReference Include =" win\Microsoft.NETCore.Runtime.CoreCLR.pkgproj" >
35
- <Platform >arm</Platform >
36
- </ProjectReference >
37
34
<ProjectReference Include =" debian\Microsoft.NETCore.Runtime.CoreCLR.pkgproj" >
38
35
<Platform >amd64</Platform >
39
36
</ProjectReference >
You can’t perform that action at this time.
0 commit comments