dotnet-certificate-tool
dotnet-certificate-tool copied to clipboard
.NET 7 update
according to 884f0e534cd938f7ee10ff16dae1f6562e4ba0e9
Fixes #26
Could someone please merge this PR? It is a great tool for certififcate management but being stuck with .NET 6 is a major limitation these days.
Or is there some other way to use dotnet-certificate
with only .NET 7 SDK installed on a target machine? We use it in our Dockerfile
and would prefer to use it in FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build-env
image...
needed here as well
any plans for merging this PR?
So while waiting to see if this repo still has active maintainers, note that you could use my unofficial release which I had to publish due to the lack of a response here: https://www.nuget.org/packages/dotnet-certificate-tool-net7
yeah, I have done the same.
.net 8 and .net 7 support completed and pushed on Nuget.org