From 87bcc2fb6f1c135e3d034b07dfdc9d20777dc001 Mon Sep 17 00:00:00 2001 From: Travis Juntara Date: Fri, 5 Aug 2022 15:07:22 -0700 Subject: [PATCH] Added files packing rules for 'contentFiles\' which is what .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 --- nuget/bootstrap-select.nuspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nuget/bootstrap-select.nuspec b/nuget/bootstrap-select.nuspec index 4c03038b2..ff8ce9d05 100644 --- a/nuget/bootstrap-select.nuspec +++ b/nuget/bootstrap-select.nuspec @@ -20,5 +20,9 @@ + + + +