Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
ViktorHofer authored and github-actions committed Sep 21, 2022
commit 2d08a85fb6b652b8c858844014c6cadfd9845f91
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