Browse Source

Respond to feedback

tags/1.0
Joe4evr GitHub 8 years ago
parent
commit
12acfec1db
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/guides/getting_started/samples/intro/structure.cs

+ 2
- 0
docs/guides/getting_started/samples/intro/structure.cs View File

@@ -70,6 +70,8 @@ class Program
// your project is targeting .NET 4.5.2 or lower. You'll need // 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 // to adjust your project's target framework to 4.6 or higher
// (instructions for this are easily Googled). // (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; return Task.CompletedTask;
} }




Loading…
Cancel
Save