diff options
Diffstat (limited to 'csharp.html.markdown')
| -rw-r--r-- | csharp.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/csharp.html.markdown b/csharp.html.markdown index 87a70200..479b7f01 100644 --- a/csharp.html.markdown +++ b/csharp.html.markdown @@ -34,7 +34,7 @@ using System.Net;  using System.Threading.Tasks;  using System.IO; -// But this is one is not: +// But this one is not:  using System.Data.Entity;  // In order to be able to use it, you need to add a dll reference  // This can be done with the NuGet package manager: `Install-Package EntityFramework` | 
