Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade NuGet tool to latest .Net #92

Open
dingdonglars opened this issue Mar 21, 2024 · 0 comments
Open

Upgrade NuGet tool to latest .Net #92

dingdonglars opened this issue Mar 21, 2024 · 0 comments

Comments

@dingdonglars
Copy link

dingdonglars commented Mar 21, 2024

This repo helped me get through signing a VSIX package in our Azure DevOps pipeline using a certificate in Azure Key Vault. Great!

However, my first attempts a running this on our build server, the OpenVsixSignTool failed due to a dependency on Net Core 2.1:
image

The pipeline does an install immediately before attempting to sign and seems to get the current, stable version 0.3.2
image

Once I installed the (deprecated) Net Core 2.1 as mentioned in the error message above on the build server, the signing works.

It is possible to push a new version of the tool to NuGet to be able to run under newest Net 8.0?

Thanks!

@dingdonglars dingdonglars changed the title Upgrade NuGet package to latest .Net Upgrade NuGet tool to latest .Net Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant