Handlebars-Net/Handlebars.Net

Is there a way not to use symbols package for Handlebars.Net 2.0.9?

igorjouk opened this issue · 0 comments

Hello!
I tried to install the latest version for Handlebars.Net and get this error:
Package 'Handlebars.Net 2.0.9' has a package type 'SymbolsPackage' that is not supported by project 'Project\Project.Tests'.

As I understand symbols package is existing only for debugging purposes, but I am not going to debug. Is there a way to run my project with 2.0.9 version, but without symbols package or any changes in Visual Studio, maybe ignore it somehow.

Target framework is .NetFramework 4.7.2

PS: The problem was in version of nuget lower that 4.9 and hence 2.0.9 package type is symbols, that means I cannot properly use it.