@nx-dotnet/core
Advanced tools
Comparing version 0.0.6-dev.64 to 0.0.6-dev.65
{ | ||
"name": "@nx-dotnet/core", | ||
"version": "0.0.6-dev.64", | ||
"version": "0.0.6-dev.65", | ||
"main": "src/index.js", | ||
@@ -9,6 +9,6 @@ "generators": "./generators.json", | ||
"dependencies": { | ||
"@nx-dotnet/dotnet": "0.0.6-dev.64", | ||
"@nx-dotnet/utils": "0.0.6-dev.64", | ||
"@nx-dotnet/dotnet": "0.0.6-dev.65", | ||
"@nx-dotnet/utils": "0.0.6-dev.65", | ||
"chokidar": "^3.5.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ "use strict"; | ||
const projectFilePath = yield utils_1.getProjectFileForNxProject(nxProjectConfiguration); | ||
dotnetClient.build(projectFilePath[0], Object.keys(options).map((x) => ({ | ||
dotnetClient.build(projectFilePath, Object.keys(options).map((x) => ({ | ||
flag: x, | ||
@@ -13,0 +13,0 @@ value: options[x], |
Sorry, the diff of this file is not supported yet
41440
+ Added@nx-dotnet/dotnet@0.0.6-dev.65(transitive)
+ Added@nx-dotnet/utils@0.0.6-dev.65(transitive)
- Removed@nx-dotnet/dotnet@0.0.6-dev.64(transitive)
- Removed@nx-dotnet/utils@0.0.6-dev.64(transitive)