mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-07 23:37:32 +02:00
[CSharp/en]Fixed typo
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user