Consider this project.json: ``` { "description":"hello\r\nworld" } ``` the rsp file produced by dotnet-compile will include: ``` --description:hello world ``` while it should include ``` --description:"hello\r\nworld" ```