Skip to content

Commit

Permalink
Fix public key token of Serialization.Schema contract assembly (#75963)
Browse files Browse the repository at this point in the history
* 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
ViktorHofer authored Sep 21, 2022
1 parent f7eb3c4 commit f595e02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<IsPackable>true</IsPackable>
<!-- TODO: Remove this setting when the package shipped with .NET 7. -->
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
Expand Down

0 comments on commit f595e02

Please sign in to comment.