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

Commit 67600f3

Browse files
ericstjweshaggard
authored andcommitted
Release fixes for rebuild (#5984)
* Add AOT placeholder files to the JIT package. This is intended to prevent accidental inclusion in UWP projects. * Fix CoreCLR package to bring in stable ARM nupkg
1 parent 14cb590 commit 67600f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/.nuget/Microsoft.NETCore.Jit/win/Microsoft.NETCore.Jit.pkgproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22+
<!-- prevent accidental inclusion in AOT projects. -->
23+
<File Include="$(PlaceholderFile)">
24+
<TargetPath>runtimes/$(PackageTargetRuntime)-aot/native</TargetPath>
25+
</File>
26+
2227
<ArchitectureSpecificNativeSymbol Include="@(ArchitectureSpecificNativeFile -> '%(RelativeDir)PDB\%(FileName).pdb')"/>
2328

2429
<AdditionalSymbolPackageExcludes Include="%2A%2A\%2A.dll"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.2-$(ExternalExpectedPrerelease)</Version>
18+
<Version>1.0.2</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 -->

0 commit comments

Comments
 (0)