Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Part4.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ __TODO:__ Explain the differences between `netstandard1.6` and `netcoreapp1.1`.

#### `Library.cs`

Let's update our `Program.cs` to turn it into an Integration Test.
Let's update our `Library.cs` to turn it into an Integration Test.

```csharp
using System.Net.Http;
Expand Down