Skip to content

Commit ed26344

Browse files
authored
System.Data: override System.Data.Sql tfm only when ArcadeBuildFromSource. (#86962)
1 parent 349bbe9 commit ed26344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/shims/System.Data/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<StrongNameKeyId>ECMA</StrongNameKeyId>
88
<SystemDataSqlClientTFM>netcoreapp2.1</SystemDataSqlClientTFM>
99
<!-- Keep in sync with TFM exposed in source-build-reference-packages/src/referencePackages/src/system.data.sqlclient/4.8.5 -->
10-
<SystemDataSqlClientTFM Condition="'$(DotNetBuildFromSource)' == 'true'">net6.0</SystemDataSqlClientTFM>
10+
<SystemDataSqlClientTFM Condition="'$(ArcadeBuildFromSource)' == 'true'">net6.0</SystemDataSqlClientTFM>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)