Skip to content

Commit

Permalink
feat: [OSM-347] Bumping snyk-nuget-plugin (#4869)
Browse files Browse the repository at this point in the history
* feat: bumping snyk-nuget-plugin

* fix: updated acceptance tests and added a fixture

...  with multiple targetframeworks
  • Loading branch information
dotkas authored Sep 26, 2023
1 parent 9a69cde commit 79f125d
Show file tree
Hide file tree
Showing 7 changed files with 11,363 additions and 25 deletions.
71 changes: 64 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.1",
"snyk-nuget-plugin": "1.34.0",
"snyk-nuget-plugin": "1.39.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-7/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin/
obj/**
obj/**/
!*.assets.json
10 changes: 10 additions & 0 deletions test/acceptance/workspaces/nuget-app-6-7/dotnet_6_7.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NSubstitute" Version="4.3.0" />
</ItemGroup>
</Project>
Loading

0 comments on commit 79f125d

Please sign in to comment.