dotnet / deployment-tools

This repo contains the code to build the .NET deployment tools and installers for all supported platforms, as well as the sources to .NET deployment tools.
MIT License
163 stars 50 forks source link

Upgrade Microsoft.Build.Tasks.Core dependency to pick up the signing fix #333

Closed NikolaMilosavljevic closed 5 months ago

NikolaMilosavljevic commented 5 months ago

Fixes: https://github.com/dotnet/deployment-tools/issues/275

The change picks up newer version of Microsoft.Build.Tasks.Core that includes the fix for signing with SH384 and SHA512 - https://github.com/dotnet/msbuild/pull/6882