Created
May 31, 2018 20:24
-
-
Save GrillPhil/20b45b97cc5eef70e22691c4585ea52e to your computer and use it in GitHub Desktop.
Step 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var outputJsonString = JsonConvert.SerializeObject(projects); | |
output.Properties.ContentType = "application/json"; | |
await output.UploadTextAsync(outputJsonString); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment