Skip to content

Commit

Permalink
Merge pull request #565 from AlesInfiny/feature/Microsoft.AspNetCore.…
Browse files Browse the repository at this point in the history
…Http.Abstractionsの参照を削除する

Microsoft.AspNetCore.Http.Abstractionsの参照を削除
  • Loading branch information
1nu1taichi authored Nov 9, 2023
2 parents 40deff9 + 5be70f7 commit 42cf319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion samples/Dressca/dressca-backend/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.24" />
<PackageVersion Include="Microsoft.AspNetCore.SpaProxy" Version="6.0.24" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.24" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Moq" />
<PackageReference Include="StyleCop.Analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" >
<PackageReference Include="xunit.runner.visualstudio">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 42cf319

Please sign in to comment.