Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 451824f

Browse files
authored
Add netfx placeholder configuration to System.Data.DataSetExtensions (#26576)
* Add netfx placeholder configuration to System.Data.DataSetExtensions * Update System.Data.DataSetExtensions key to match Desktop public key
1 parent c78d3d4 commit 451824f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/System.Data.DataSetExtensions/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<Import Project="..\dir.props" />
44
<PropertyGroup>
55
<AssemblyVersion>4.0.0.0</AssemblyVersion>
6-
<AssemblyKey>MSFT</AssemblyKey>
6+
<AssemblyKey>ECMA</AssemblyKey>
77
</PropertyGroup>
88
</Project>

src/System.Data.DataSetExtensions/src/Configurations.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<BuildConfigurations>
55
netstandard;
6+
_netfx;
67
</BuildConfigurations>
78
</PropertyGroup>
89
</Project>

0 commit comments

Comments
 (0)