Skip to content

Commit 38ce399

Browse files
author
Javad Rahnama
authored
FIX | Revert the change to TargetFrameworkMonikerAssemblyAttributesPath from PR #2497 (#2725)
1 parent 04d6102 commit 38ce399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
3131
</PropertyGroup>
3232
<PropertyGroup>
33-
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
33+
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFramework)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)" />

0 commit comments

Comments
 (0)