Skip to content

Commit 1129387

Browse files
authored
[7.1.0-preview1] Fix TFM Attributes (dotnet#4254)
1 parent 7a01dbe commit 1129387

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/Directory.Build.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@
5757
<FileVersionBuildNumber>$(BuildNumber.Split('.')[0])</FileVersionBuildNumber>
5858
</PropertyGroup>
5959

60-
<!-- @TODO: What is this? -->
61-
<PropertyGroup Condition="$(BuildForRelease) == 'true'">
62-
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
63-
</PropertyGroup>
64-
6560
<ItemGroup Condition="$(BuildForRelease) == 'true'">
6661
<SourceRoot Include="$(MSBuildThisFileDirectory)/" />
6762
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)" />

src/Microsoft.Data.SqlClient.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
</Folder>
135135
<Folder Name="/src/">
136136
<File Path="Directory.Build.props" />
137+
<File Path="Directory.Build.targets" />
137138
</Folder>
138139
<Folder Name="/src/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider/">
139140
<Project Path="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider/src/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj" />

0 commit comments

Comments
 (0)