Skip to content

Commit

Permalink
Bug fix for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Sep 12, 2024
1 parent cabce69 commit 918ff91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -7827,7 +7827,7 @@ export function parseCsProjData(csProjData, projFile, pkgNameVersions = {}) {
// They're The Same Picture meme goes here
pkg.properties.push({
name: "cdx:dotnet:hint_path",
value: packageFileName,
value: item.Reference[j].HintPath[0]._[0],
});
if (packageFileName.includes("\\")) {
packageFileName = packageFileName.split("\\").pop();
Expand Down

0 comments on commit 918ff91

Please sign in to comment.