Skip to content

Commit

Permalink
fix: OR-1972 cleanup csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Nov 16, 2023
1 parent 78583ab commit 6589c87
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,10 @@
<EmbeddedResource Include="When_Validating_Initiator_Header\files\*.json" />
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.kratos.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="appsettings.LAPTOP-10LRP5E7.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="appsettings.json" />
<Content Include="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="appsettings.laptop.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.kratos.json">
<Content Update="appsettings.*.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit 6589c87

Please sign in to comment.