Skip to content

Commit 393ded9

Browse files
Merge pull request #5 from praisetompane/efcore
docs: apply updated language ecosystem structure
2 parents fcf5787 + ae9b7f3 commit 393ded9

14 files changed

Lines changed: 3 additions & 2 deletions

File tree

4_experiments/3_packaging_and_distribution/password_generator/password_generator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

10+
<!-- Packages live in this section of the project definition -->
1011
<ItemGroup>
1112
<PackageReference Include="PasswordGenerator" Version="2.1.0" />
1213
</ItemGroup>
1314

14-
</Project>
15+
</Project>

ecosystem/data/database/4_experiments/entity_framework_core/0_entity_framework_core.txt renamed to ecosystem/database/1_core_language/0_entity_framework_core.txt

File renamed without changes.
File renamed without changes.

ecosystem/data/database/4_experiments/entity_framework_core/setup.sh renamed to ecosystem/database/1_core_language/setup.sh

File renamed without changes.

ecosystem/data/database/4_experiments/entity_framework_core/pizza_shop/.tool-versions renamed to ecosystem/database/4_experiments/4_applications/entity_framework_core/pizza_shop/.tool-versions

File renamed without changes.

ecosystem/data/database/4_experiments/entity_framework_core/pizza_shop/pizza_shop.slnx renamed to ecosystem/database/4_experiments/4_applications/entity_framework_core/pizza_shop/pizza_shop.slnx

File renamed without changes.

ecosystem/data/database/4_experiments/entity_framework_core/pizza_shop/pizza_shop/Program.cs renamed to ecosystem/database/4_experiments/4_applications/entity_framework_core/pizza_shop/pizza_shop/Program.cs

File renamed without changes.

ecosystem/data/database/4_experiments/entity_framework_core/pizza_shop/pizza_shop/pizza_shop.csproj renamed to ecosystem/database/4_experiments/4_applications/entity_framework_core/pizza_shop/pizza_shop/pizza_shop.csproj

File renamed without changes.

ecosystem/data/database/4_experiments/entity_framework_core/pizza_shop/pizza_shop/src/Data/PizzaShopContext.cs renamed to ecosystem/database/4_experiments/4_applications/entity_framework_core/pizza_shop/pizza_shop/src/Data/PizzaShopContext.cs

File renamed without changes.

ecosystem/data/database/4_experiments/entity_framework_core/pizza_shop/pizza_shop/src/Models/Customer.cs renamed to ecosystem/database/4_experiments/4_applications/entity_framework_core/pizza_shop/pizza_shop/src/Models/Customer.cs

File renamed without changes.

0 commit comments

Comments
 (0)