How can I fix this system.runtime error?
The project is dot net 4,8 but I have no idea how to fix this. Im not sure whats its asking for either since I dont have the system.runtime referenced yet





lib folder with all of those DLLs, and then run gci *.dll | % { "$_.FullName:"; ildasm $_.FullName | sls "TargetFramework" -context 0,2; "`n" }