Respond to feedback

This commit is contained in:
Joe4evr
2017-06-04 23:44:39 +02:00
committed by GitHub
parent d05191ed05
commit 12acfec1db

View File

@@ -70,6 +70,8 @@ class Program
// your project is targeting .NET 4.5.2 or lower. You'll need
// to adjust your project's target framework to 4.6 or higher
// (instructions for this are easily Googled).
// If you *need* to run on .NET 4.5 for compat/other reasons,
// the alternative is to 'return Task.Delay(0);' instead.
return Task.CompletedTask;
}