Skip to content

Commit 64f0642

Browse files
omajiddougbu
andauthored
Add more crossgen2 dependencies (#37374)
* Fix build on an arm64 machine * Building ASP.NET Core on an arm64 machine leads to a dependency error because `crossgen2` is not listed in eng/Dependencies.props. * Add all arm/arm64 variants * Add all win variants for `crossgen2` Co-authored-by: Doug Bunting <[email protected]>
1 parent a3565c4 commit 64f0642

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/Dependencies.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,15 @@ and are generated based on the last package release.
9898
<!-- Crossgen2 compiler -->
9999
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.osx-x64" />
100100
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.osx-arm64" />
101+
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-arm" />
102+
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-arm64" />
103+
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-musl-arm" />
104+
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-musl-arm64" />
101105
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-musl-x64" />
102106
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-x64" />
103107
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-x64" />
108+
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-x86" />
109+
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-arm" />
104110
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-arm64" />
105111
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.freebsd-x64" />
106112
</ItemGroup>

0 commit comments

Comments
 (0)