Skip to content

Commit

Permalink
fix :[SUP-2193] Fix v2 .net parsing not honoring missing rids. (#…
Browse files Browse the repository at this point in the history
…4927)

* fix: bump nuget plugin

* fix: adding new regression test
  • Loading branch information
dotkas authored Nov 13, 2023
1 parent 8e1f935 commit b162130
Show file tree
Hide file tree
Showing 7 changed files with 7,135 additions and 23 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"snyk-module": "3.1.0",
"snyk-mvn-plugin": "3.1.0",
"snyk-nodejs-lockfile-parser": "1.52.5",
"snyk-nuget-plugin": "2.0.1",
"snyk-nuget-plugin": "2.2.0",
"snyk-php-plugin": "1.9.2",
"snyk-policy": "^1.25.0",
"snyk-python-plugin": "^2.0.1",
Expand Down
4 changes: 4 additions & 0 deletions test/acceptance/workspaces/nuget-app-6-no-rid/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin/
obj/**
obj/**/
!*.assets.json
8 changes: 8 additions & 0 deletions test/acceptance/workspaces/nuget-app-6-no-rid/dotnet_6.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DeepCloner" Version="0.10.4" />
</ItemGroup>
</Project>
Loading

0 comments on commit b162130

Please sign in to comment.