From aac1a6fc6f7b27796a611026417d54e36fdbec23 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Sat, 9 Mar 2024 09:37:12 -0500 Subject: [PATCH] Use the VMR commit hash in .version This puts the VMR's commit hash, provided by the VMR as the property DotNetGitCommitHash, in the .version file. Contributes to https://github.com/dotnet/source-build/issues/3643 --- .../App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj index 13da53b442da..0daf5169ec12 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -311,7 +311,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant Overwrite="true" /> - + +