Victor Yarema
Victor Yarema
> The core problem here is that you're specifying a TargetFramework at the solution level. As you note, it works without that, while building all of the TargetFrameworks specified at...
Currently I am thinking about workaround to simply change build script part from something like ``` dotnet build Main.sln && echo 'Success' ``` To something like ``` { dotnet build...
I'm using Ubuntu 17.04 and right after installation I've got the same problem. I have "tmux 2.3". Currently I have simply commented that line (#94) since it looks like it...
BTW, that line was added with commit https://github.com/tony/tmux-config/commit/4e6c6381977e168d81ef14daea7f1bf83e50f51e . From what I see in comment "get copy-pasting working with tmux v2.4" I can just guess that it wasn't tested on...