Skip to content

Commit 5fdecf7

Browse files
authored
fix: [OSM-1007] fixing a bug causing .NET beta scanning to fail on older versions of .NET (#5228)
* fix: bumping `snyk-nuget-plugin` The previous version of the plugin had a bug that would cause the scan to fail if running on older versions of the `dotnet` sdk. * chore: re-starting checks
1 parent 77b70e2 commit 5fdecf7

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

package-lock.json

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"snyk-mvn-plugin": "3.5.0",
124124
"snyk-nodejs-lockfile-parser": "1.56.0",
125125
"snyk-nodejs-plugin": "1.1.0",
126-
"snyk-nuget-plugin": "2.4.5",
126+
"snyk-nuget-plugin": "2.5.1",
127127
"snyk-php-plugin": "1.9.2",
128128
"snyk-policy": "^1.25.0",
129129
"snyk-python-plugin": "2.1.1",

0 commit comments

Comments
 (0)