(2)

How to fix: A numeric comparison was attempted on "$(_TargetFrameworkVersionWithoutV)" that evaluates to "" instead of a number, in condition "('$(TargetFrameworkIdentifier)' != '.NETCoreApp'

1

This came up while trying to load a disassembled project that was then reassembled with dnSpy, but you may find it for other reasons. If you encounter this error: C:\Users\Me\source\repos\MyRecompiledProject.Web\MyRecompiledProject.Web.csproj : error : A numeric comparison was attempted on  […]

Continue reading

Page top