-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Engine MigrationIssues related to migrating engine from .NET framework to .NET CoreIssues related to migrating engine from .NET framework to .NET Core
Milestone
Description
We're using PackageDigitalSignatureManager(https://docs.microsoft.com/en-us/dotnet/api/system.io.packaging.packagedigitalsignaturemanager) to sign the template package and verify it's signature based on the Open Packaging conventions. This class is contained in the WindowsBase.dll and not available on .net standard 2.0.
To be able to verify signatures from Windows Template Studio, the corresponding code was moved to the Utilities framework.
Once this is available (hope is .NET 5) we should move this functionality back to the Core project so Web Template Studio can consume it too.
Metadata
Metadata
Assignees
Labels
Engine MigrationIssues related to migrating engine from .NET framework to .NET CoreIssues related to migrating engine from .NET framework to .NET Core