You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default ContentModel translates 'any' to 'dotnet', this works for the lib folder but for scenarios such as contentFiles any does refer to all frameworks. This change updates contentModel to allow per pattern token replacement tables.
FixesNuGet/Home#3118
Create a package with a contentFile under any/any
ex:
contentFiles/any/any/myfile.txt
Install the package into a netstandard project
Expected
contentFiles will show up in the lock file
Actual
No contentFiles are added
This is caused by ContentModel treating
any
asdotnet
which is not compatible withnetstandard
, within the ContentFiles folderany
should meanany
The text was updated successfully, but these errors were encountered: