Blame SOURCES/aspnetcore-add-arm64-crossgen-dependencies.patch

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