Skip to content

Commit

Permalink
refactor: adding enforce style on build and other cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr committed Dec 27, 2024
1 parent 076a9f8 commit a10a5a1
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions Content/src/CarterService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
<OutputType>Exe</OutputType>
<LangVersion>Latest</LangVersion>
<Nullable>enable</Nullable>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
<ItemGroup>
<None Remove=".editorconfig" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="9.0.0" />
Expand All @@ -26,10 +24,7 @@
</ItemGroup>

<ItemGroup>
<None Update="appsettings.Development.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="appsettings.json">
<None Update="appsettings*.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="web.config">
Expand All @@ -38,14 +33,6 @@
</ItemGroup>

<ItemGroup>
<Folder Include="Entities\Models\" />
<Folder Include="Entities\Operations\" />
<Folder Include="Validation\" />
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>CarterService.Tests</_Parameter1>
</AssemblyAttribute>
<InternalsVisibleTo Include="CarterService.Tests"/>
</ItemGroup>
</Project>

0 comments on commit a10a5a1

Please sign in to comment.