dotnet / ResXResourceManager

Manage localization of all ResX-Based resources in one central place.
MIT License
1.32k stars 217 forks source link

Scripting.zip release asset target framework issues #599

Closed bdovaz closed 11 months ago

bdovaz commented 11 months ago

I want to automate in CI the download of the Scripting.zip asset of the latest release.

But I run into the problem that inside there is a folder for each targetFramework. This presents 2 problems:

It would be nice that at least in the release the asset does not include those intermediate folders and that it is published only with the most common target and that works without dependencies (portable?).

Thanks

tom-englert commented 11 months ago

If you can make it run with just target framework netstandard2.0, I'll be happy to integrate it.