Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions DotnetAspCoreMvcExample/DotnetAspCoreMvcExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.1" />
<!-- Overriding to fix vulnerability CVE-2018-8292,
once Microsoft.EntityFrameworkCore.Sqlite includes this version or higher remove the override -->
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.1" PrivateAssets="All" />
<!-- Overriding to fix vulnerability SNYK-DOTNET-NEWTONSOFTJSON-2774678,
once Microsoft.VisualStudio.Web.CodeGeneration.Design includes this version or higher remove the override -->
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions OneginiAuthClient/OneginiAuthClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.30" />
<!-- Overriding to fix vulnerability CVE-2018-8292,
once Microsoft.EntityFrameworkCore.Sqlite includes this version or higher remove the override -->
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<!-- Overriding to fix vulnerability SNYK-DOTNET-NEWTONSOFTJSON-2774678,
once Microsoft.VisualStudio.Web.CodeGeneration.Design includes this version or higher remove the override -->
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>