From 38ce399a77115a6f95fbe8ef54ee300aac58370b Mon Sep 17 00:00:00 2001 From: Javad Rahnama Date: Fri, 26 Jul 2024 11:33:47 -0700 Subject: [PATCH] FIX | Revert the change to TargetFrameworkMonikerAssemblyAttributesPath from PR #2497 (#2725) --- .../netcore/src/Microsoft.Data.SqlClient.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj index 9c7cf50ee5..bfeaed46f5 100644 --- a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj +++ b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj @@ -30,7 +30,7 @@ $(SigningKeyPath) - $([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)')) + $([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFramework)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))