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

Commit 57340c4

Browse files
committed
Fix pre-release versioning for WinArm and JIT packages.
1 parent 082421a commit 57340c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@
1515
<!-- Declare a runtime dependency on the win8-arm CoreCLR built using the TFS builds -->
1616
<RuntimeDependency Include="runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR">
1717
<TargetRuntime>win8-arm</TargetRuntime>
18-
<Version>1.0.5</Version>
18+
<Version>1.0.5-$(ExternalExpectedPrerelease)</Version>
1919
</RuntimeDependency>
2020
<!-- ApiSets are only applicable for Windows.
2121
Despite the unconditioned package dependency it is constrained by runtime IDs within it's own package -->
2222
<Dependency Include="Microsoft.NETCore.Windows.ApiSets">
2323
<Version>1.0.1</Version>
2424
</Dependency>
25-
<Dependency Include="Microsoft.NETCore.Jit">
26-
<Version>1.0.5</Version>
27-
</Dependency>
25+
<ProjectReference Include="..\Microsoft.NETCore.Jit\Microsoft.NETCore.Jit.pkgproj" />
2826
<ProjectReference Include="win\Microsoft.NETCore.Runtime.CoreCLR.pkgproj">
2927
<Platform>amd64</Platform>
3028
</ProjectReference>

0 commit comments

Comments
 (0)