Skip to content

Commit c374fcd

Browse files
#2327 Rename Shared project to FluentCMS.Shared (#2332)
1 parent cf9336d commit c374fcd

14 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/Backend/FluentCMS.Entities/FluentCMS.Entities.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="9.0.0" />
2121
</ItemGroup>
2222
<ItemGroup>
23-
<ProjectReference Include="..\..\Shared\Shared.csproj" />
23+
<ProjectReference Include="..\..\FluentCMS.Shared/FluentCMS.Shared.csproj" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

src/Backend/Repositories/FluentCMS.Repositories.EFCore/FluentCMS.Repositories.EFCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
2222
</ItemGroup>
2323
<ItemGroup>
24-
<ProjectReference Include="..\..\..\Shared\Shared.csproj" />
24+
<ProjectReference Include="..\..\..\FluentCMS.Shared/FluentCMS.Shared.csproj" />
2525
<ProjectReference Include="..\FluentCMS.Repositories.Abstractions\FluentCMS.Repositories.Abstractions.csproj" />
2626
</ItemGroup>
2727

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)