Build: https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/build/803038/
Before this change, the following sequence would not work:
dotnet tool install --global dotnet-dev-certs dotnet-dev-certs # fails to find dotnet-dev-certs dotnet dev-certs # asks user to install it again
After this change, both versions of dotnet-dev-certs above work.
dotnet-dev-certs
Tested on Fedora 28.
Pull-Request has been merged by rhea
Build: https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/build/803038/
Before this change, the following sequence would not work:
After this change, both versions of
dotnet-dev-certsabove work.Tested on Fedora 28.