We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b646d7 commit 375dc12Copy full SHA for 375dc12
2 files changed
.aspire/settings.json
@@ -1,3 +1,3 @@
1
{
2
- "appHostPath": "..\\src\\BikeTracking.AppHost\\BikeTracking.AppHost.csproj"
+ "appHostPath": "../src/BikeTracking.AppHost/BikeTracking.AppHost.csproj"
3
}
.devcontainer/devcontainer.Dockerfile
@@ -17,8 +17,7 @@ RUN if dotnet --list-sdks | grep -q "^${REQUIRED_DOTNET_SDK_VERSION}"; then \
17
fi
18
19
# Install required CLI tools once at image build time.
20
-RUN mkdir -p /usr/local/share/dotnet-tools && \
21
- dotnet tool install csharpier --tool-path /usr/local/share/dotnet-tools
+RUN dotnet tool restore
22
23
RUN curl -fsSL https://aspire.dev/install.sh | bash
24
0 commit comments