@atlashub/smartstack-cli 4.65.0 → 4.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
|
8
8
|
WORKDIR /src
|
|
9
9
|
|
|
10
|
+
# Copy Directory.Build.props (defines TargetFramework for all projects)
|
|
11
|
+
COPY Directory.Build.props /src/
|
|
12
|
+
|
|
10
13
|
# Copy project files for NuGet restore cache
|
|
11
14
|
COPY src/{{ProjectName}}.Domain/{{ProjectName}}.Domain.csproj {{ProjectName}}.Domain/
|
|
12
15
|
COPY src/{{ProjectName}}.Application/{{ProjectName}}.Application.csproj {{ProjectName}}.Application/
|