lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
215 stars 51 forks source link

version 1.4.5 broken for Net Framework (4.6.1) #91

Closed PForever closed 3 years ago

PForever commented 3 years ago

After build any project (for example new console project) with version nf 461 that referenced Vsxmd 1.4.5, build stop with error Vsxmd.exe" "" "" """ exited with code -2147450740 and in output:

1>    An assembly specified in the application dependencies manifest (Vsxmd.deps.json) was not found:
1>      package: 'runtimepack.Microsoft.NETCore.App.Runtime.win-x64', version: '3.1.1'
1>      path: 'Microsoft.Win32.Primitives.dll'

But in packages.config i see it version targeted to nf 461. Version 1.4.4. has no problem. I don't check other version of Net Framework

PForever commented 3 years ago

duplicate https://github.com/lijunle/Vsxmd/issues/82