@nx-dotnet/utils
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -11,5 +11,5 @@ { | ||
"license": "MIT", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"typings": "./src/index.d.ts", | ||
"peerDependencies": {} | ||
} |
@@ -38,3 +38,3 @@ "use strict"; | ||
else { | ||
absoluteFilePath = path_1.resolve(netProjectFilePath.split('/').slice(0, -1).join('/'), includeFilePath); | ||
absoluteFilePath = path_1.resolve(path_1.dirname(netProjectFilePath), includeFilePath); | ||
} | ||
@@ -41,0 +41,0 @@ Object.entries(projectRoots).forEach(([dependency, path]) => { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24715