-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix public key token of Serialization.Schema contract assembly (#75963)
* Fix public key token for Serialization.Schema lib The Microsoft public key token was only applied to the source assembly but not to the contract. * Update Directory.Build.props
- Loading branch information
1 parent
f7eb3c4
commit f595e02
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
src/libraries/System.Runtime.Serialization.Schema/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
<Project> | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<StrongNameKeyId>Microsoft</StrongNameKeyId> | ||
<IncludePlatformAttributes>true</IncludePlatformAttributes> | ||
<!-- This exclusion list matches System.CodeDom. --> | ||
<UnsupportedOSPlatforms>browser;ios;tvos;maccatalyst</UnsupportedOSPlatforms> | ||
</PropertyGroup> | ||
</Project> | ||
</Project> |
1 change: 0 additions & 1 deletion
1
...raries/System.Runtime.Serialization.Schema/src/System.Runtime.Serialization.Schema.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters