Skip to content

Commit 0307410

Browse files
Change the public key of WCF assemblies to MSFT. (#2812) (#2817)
* Change the public key of WCF assemblies to MSFT. * Remove AssemblyKey from library specific dir.props * We only need to set this once in the root dir.props (cherry picked from commit 39e11fa)
1 parent 7625e33 commit 0307410

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<Platform>AnyCPU</Platform>
8181
<OutputType>Library</OutputType>
8282
<!-- Default any assembly not specifying a key to use the Open Key -->
83-
<AssemblyKey>Open</AssemblyKey>
83+
<AssemblyKey>MSFT</AssemblyKey>
8484
<!--<RunApiCompat>true</RunApiCompat>-->
8585
<!-- Build as portable by default -->
8686
<PortableBuild Condition="'$(PortableBuild)' == ''">true</PortableBuild>

src/System.Private.ServiceModel/dir.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<Import Project="..\dir.props" />
44
<PropertyGroup>
55
<AssemblyVersion>4.5.0.0</AssemblyVersion>
6-
<AssemblyKey>Open</AssemblyKey>
76
<IsNETCoreApp>true</IsNETCoreApp>
87
<IsNETCoreAppRef>false</IsNETCoreAppRef>
98
<IsUAP>false</IsUAP>

0 commit comments

Comments
 (0)