Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 2a1cdcc

Browse files
committed
build: Solved vulnerability issues
1 parent 22b9cfe commit 2a1cdcc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,7 @@
8686
<PackageReference Include="PowerUtils.AspNetCore.ErrorHandler" Version="2.3.0" />
8787
</ItemGroup>
8888

89-
<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
90-
<!-- To solve vulnerability issues -->
91-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
92-
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
93-
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
94-
</ItemGroup>
95-
96-
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
89+
<ItemGroup>
9790
<!-- To solve vulnerability issues -->
9891
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
9992
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />

0 commit comments

Comments
 (0)