nuspec contentFiles Example

前端 未结 4 749
囚心锁ツ
囚心锁ツ 2021-01-18 02:05

Yesterday NuGet 3.3 was released (release notes) and there is a new contentFiles element supported (docs). However, I can\'t seem to get this working.

I\'m using th

4条回答
  •  情歌与酒
    2021-01-18 02:31

    The "/" matters in the node. It will not work if used:

    
    

    It must be:

    
    

    But it doesn't work for .NET framework??!

提交回复
热议问题