diff --git a/eng/Dependencies.props b/eng/Dependencies.props index ceeaff64c20c45dccb3d47a7ef472dfb40ef6a2a..74060d7a9aec65f7db8fe2d5dce0c88f7e25f7fe 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -98,9 +98,15 @@ and are generated based on the last package release. <!-- Crossgen2 compiler --> <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.osx-x64" /> <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.osx-arm64" /> + <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-arm" /> + <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-arm64" /> + <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-musl-arm" /> + <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-musl-arm64" /> <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-musl-x64" /> <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-x64" /> <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-x64" /> + <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-x86" /> + <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-arm" /> <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-arm64" /> <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.freebsd-x64" /> </ItemGroup>