Skip to content

Commit f44ca14

Browse files
committed
* Renamed the Application.Infrastructure folder to Application.DataAccessLayer folder.
1 parent 73eee7e commit f44ca14

27 files changed

+3
-3
lines changed

Application.BusinessLogicLayer/Application.BusinessLogicLayer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<ProjectReference Include="..\Application.Core\Application.Core.csproj" />
13-
<ProjectReference Include="..\Application.Infrastructure\Application.DataAccessLayer.csproj" />
13+
<ProjectReference Include="..\Application.DataAccessLayer\Application.DataAccessLayer.csproj" />
1414
</ItemGroup>
1515

1616
</Project>

Application.Client/Application.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<ItemGroup>
3131
<ProjectReference Include="..\Application.BusinessLogicLayer\Application.BusinessLogicLayer.csproj" />
3232
<ProjectReference Include="..\Application.Core\Application.Core.csproj" />
33-
<ProjectReference Include="..\Application.Infrastructure\Application.DataAccessLayer.csproj" />
33+
<ProjectReference Include="..\Application.DataAccessLayer\Application.DataAccessLayer.csproj" />
3434
</ItemGroup>
3535

3636
<ItemGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)