Skip to content

Commit

Permalink
Dressca.IntegrationTest.csprojから不要な設定を削除。
Browse files Browse the repository at this point in the history
  • Loading branch information
fkoyama committed Nov 14, 2023
1 parent 81fd4ca commit 5908e7b
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<None Remove="appsettings.IntegrationTest.json" />
</ItemGroup>

<ItemGroup>
<Content Include="appsettings.IntegrationTest.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

Expand Down

0 comments on commit 5908e7b

Please sign in to comment.