NuGet 3.3 release few days ago supports contentFiles
. I've created a package using nuget.exe
according to Nuspec reference, but when I installed it to a project (based on ASP.NET 5 RC1), no files are added. Is there some complete example how it should work, please? Are there already some packages on nuget.org with contentFiles
? Thanks.
相关问题
- Importing NuGet references through a local project
- What SQLite NuGet package do I need
- Error installing MVVMCross from nuget into a PCL
- In VS2019 nuget doesn't consider referenced pr
- Including an unmanaged native library files to nug
相关文章
- dotnet restore还原nuget包时无法加载 https://api.nuget.org/
- NuGet web.config.transform issue
- .net standard用nuget发布package,依赖无法添加
- Can't update or install package: An item with
- How to use NuGet 3.0 with Visual Studio 2013?
- Nuget pack AND push within same batch script
- Error NU5012 - nuget pack unable to find path (/bi
- NHunspell package on NuGet not referencing and bei
Apparently ASP.NET doesn't support contentFiles yet.
https://github.com/aspnet/Home/issues/651