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

Added files packing rules for 'contentFiles\' for .NET Core and .NET 5.0+ Support #2770

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

changhaitravis
Copy link

@changhaitravis changhaitravis commented Aug 5, 2022

Hi bootstrap-select team:

One of my coworkers wanted a have a nice bootstrap themed override for the default browser handling of <select> dropboxes, and we selected your project, however we've recently transitioned to .NET 5.0 and 6.0 and found that your project is one of the ones that only target .NET 4.x and older's style. With the new project layout we'd appreciate the automagic copy to /wwwroot/*/ like how (twitter) bootstrap actual does it, so I reverse engineered the relevant lines from their bootstrap's nuspec file as seen on github and added it to bootstrap-select's.

.NET Core and 5.0+ automatically copy over content files to, as opposed to earlier which copies to 'content'

https://docs.microsoft.com/en-us/nuget/reference/nuspec#including-content-files

I haven't tried running nuget pack on my branch and importing it into one of our projects yet, but I plan to do so sometime next week, but I wanted to get the PR in earlier, in case someone is able to get it tested and confirmed good before I can.

Make sure to target the dev branch! 👍

… and 5.0+ automatically copy over content files to, as opposed to earlier which copies to 'content\'

https://docs.microsoft.com/en-us/nuget/reference/nuspec#including-content-files
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

Successfully merging this pull request may close these issues.

None yet

1 participant