-
Notifications
You must be signed in to change notification settings - Fork 258
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
flatten for content files not working #10172
Comments
Thanks for reporting. Please fill out the Issue template here: https://github.com/NuGet/Home/issues/new Documentation still suggests it should be working: https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#including-content-in-a-package |
Details about ProblemNuGet product used: Visual Studio UI NuGet version 5.7.0.6726 VS version: 2019 OS version: Windows 10 Pro 1903 / 18362.30 Visual Studio Repros added NugetPackeSample.zip NugetPackageSample -> VS Solution to create a Nuget Package with content files Detailed repro steps so we can see the same problem
|
Triage:NeedsRepro can be removed. Repro has already been added. |
I am having this same problem. |
Referring to the closed issue
#6213
PackageFlatten works only if the consuming project is a .net Framework Project. If you use the new core format csproject Fille (sdk) the files are not flatten in the output directory.
The text was updated successfully, but these errors were encountered: