Skip to content

Commit 82fe4b4

Browse files
authored
Update configure-connect-dotnet-howto.md
1 parent f9e4120 commit 82fe4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/media-services/latest/configure-connect-dotnet-howto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article shows you how to connect to the Azure Media Services v3 .NET SDK us
3131
1. From the **File** menu, click **New** > **Project**.
3232
1. Create a **.NET Core** console application.
3333

34-
The sample app in this topic, targets `netcoreapp2.0`. The code in uses 'async main', which is available starting with C# 7.1. See this [blog](https://blogs.msdn.microsoft.com/benwilli/2017/12/08/async-main-is-available-but-hidden/) for more details.
34+
The sample app in this topic, targets `netcoreapp2.0`. The code uses 'async main', which is available starting with C# 7.1. See this [blog](https://blogs.msdn.microsoft.com/benwilli/2017/12/08/async-main-is-available-but-hidden/) for more details.
3535

3636
## Add required NuGet packages
3737

@@ -219,7 +219,7 @@ namespace ConsoleApp1
219219
}
220220
```
221221

222-
## See also
222+
## Next steps
223223

224224
- [Tutorial: Upload, encode, and stream videos - .NET](stream-files-tutorial-with-api.md)
225225
- [Tutorial: Stream live with Media Services v3 - .NET](stream-live-tutorial-with-api.md)
@@ -233,6 +233,6 @@ namespace ConsoleApp1
233233
- [Create filters with Media Services - .NET](filters-dynamic-manifest-dotnet-howto.md)
234234
- [Advanced video on-demand examples of Azure Functions v2 with Media Services v3](https://aka.ms/ams3functions)
235235

236-
## Next steps
236+
## See also
237237

238238
[.NET reference](https://docs.microsoft.com/dotnet/api/overview/azure/mediaservices/management?view=azure-dotnet)

0 commit comments

Comments
 (0)