dotnet6.0/aspnetcore-add-arm64-crossg...

13 lines
751 B
Diff

diff --git a/eng/Dependencies.props b/eng/Dependencies.props
index 8a50fb9f21..a13b74fb51 100644
--- a/eng/Dependencies.props
+++ b/eng/Dependencies.props
@@ -99,6 +99,7 @@ and are generated based on the last package release.
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.osx-arm64" />
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-musl-x64" />
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-x64" />
+ <LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.linux-arm64" />
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-x64" />
<LatestPackageReference Include="Microsoft.NETCore.App.Crossgen2.win-arm64" />
</ItemGroup>