Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit 32d31ec

Browse files
fix readme
1 parent 2124686 commit 32d31ec

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

EFCore/README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,8 @@
22

33
The sample code for this chapter contains this solution:
44

5-
* HelloWindows (Startup, MainPage, events)
6-
* IntroXAML
7-
* DataLib (library used by Windows App)
8-
* XAMLIntro (elements and attributes)
9-
* DependencyObjectSample (dependency properties)
10-
* RoutedEvents
11-
* AttachedProperty
12-
* MarkupExtensions
13-
* CustomMarkupExtension
14-
15-
5+
* EFCoreSamples
6+
167
consisting of these sample projects
178

189
* Intro (introduction to EF Core with models, contexts, creating the database, read, write, update, delete, logging)
@@ -33,11 +24,9 @@ consisting of these sample projects
3324
* TransactionsSample (explicit transactions)
3425
* MigrationsLib/ConsoleApp/WebApp (migrations with dependency injection and a library)
3526

36-
To build and run the .NET Core samples, please install one of these tools:
27+
To build and run the .NET Core samples, please install
3728

3829
* Visual Studio 2017 Update 5 with the .NET Core workload
39-
* Visual Studio for Mac
40-
* Visual Studio Code
4130

4231
Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core).
4332

0 commit comments

Comments
 (0)