Skip to content

Commit

Permalink
chore: Node - remove unused Converters folder
Browse files Browse the repository at this point in the history
  • Loading branch information
HunorTotBagi committed Dec 30, 2024
1 parent 5c760fd commit 6823172
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Backend/src/Modules/Nodes/Nodes.Api/Nodes.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Converters\**" />
<Content Remove="Converters\**" />
<EmbeddedResource Remove="Converters\**" />
<None Remove="Converters\**" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\BuildingBlocks\BuildingBlocks.Api\BuildingBlocks.Api.csproj" />
<ProjectReference Include="..\Nodes.Application\Nodes.Application.csproj" />
<ProjectReference Include="..\Nodes.Infrastructure\Nodes.Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Carter" Version="8.2.1"/>
<PackageReference Include="Carter" Version="8.2.1" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="Converters\" />
</ItemGroup>

</Project>

0 comments on commit 6823172

Please sign in to comment.