Cannot compile CSCORE after retargeting to .NET 4.7.2
问题 I retargeted the class library to 4.7.2 in order to be more recent and use CSCORE in a .NET Core 3.1 application that i am building. I cant compile cause the post-build event returns -1: Building on a Windows 10 machine with 2004 update. Post-Build event : @echo off & setLocal EnableDELAYedeXpansion chcp 65001 set errorCode=0 set target=$(TargetPath) set project=$(ProjectPath) set sdk=%PROGRAMFILES(x86)%\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools set framework=%WINDIR%\Microsoft.NET