PqSave
                                
                                 PqSave copied to clipboard
                                
                                    PqSave copied to clipboard
                            
                            
                            
                        [Error] command: dotnet PqSave.dll fails
Everytime I am trying to use the command "dotnet PqSave.dll" it gives me the error: No executable found matching command "dotnet-PqSave.dll"
Running on MacOS El Capitan - Dotnet version 1.1.9
How can I fix this? I appreciate every solution/answer.
Are you in the right directory? Does ls PqSave.dll output anything?
If so, you may need to do dotnet ./PqSave.dll
@Thealexbarney I fixed that issue... but I had to find out that my mac isn´t compatible with PqSave.. Because for that we need Microsoft.NETCore.App version 2.0.0 which requires macOS Sierra. My computer is old and does not support macOS Sierra and without that I can not download Microsoft.NETCore.App version 2.0.0... :(