mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[CSharp/en]Fixed typo
This commit is contained in:
parent
564f1b20b8
commit
031637455c
@ -34,7 +34,7 @@ using System.Net;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
// But this is one is not:
|
// But this one is not:
|
||||||
using System.Data.Entity;
|
using System.Data.Entity;
|
||||||
// In order to be able to use it, you need to add a dll reference
|
// 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`
|
// This can be done with the NuGet package manager: `Install-Package EntityFramework`
|
||||||
|
Loading…
Reference in New Issue
Block a user