How can i set empty dependencies for package generating by Visual Studio for NetStandard project? #6951
Labels
Functionality:Pack
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
Style:PackageReference
Type:Feature
Milestone
Im using VS 2017.
My project uses some depencency packages but my dll generates using Costura.Fody (attaching referenced assemblies as resources into generated dll file) and need to have only one output dll.
If im enabling nuget package generation by Visual Studio, all works fine, but generated package have a list of dependencies.
Is there any way to set empty dependencies list without using NuspecFile? Maybe through NuspecProperties (i know that is not used without NuspecFile) or maybe there is a way to set "--no-dependencies" for "dotnet pack"?
The text was updated successfully, but these errors were encountered: