-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to .NET SDK 8.0 in both dev and normal dockerfiles (#62)
* Update Dockerfile to 8.0 * Update Dev Dockerfile SDK to 8.0 * Update Dockerfile to .NET SDK 8.0 * Update Dev Dockerfile .NET SDK 8.0
- Loading branch information
1 parent
6ad1bda
commit 06f525b
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/NetDaemon.Templates.Project/templates/netdaemon/.devcontainer/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mcr.microsoft.com/dotnet/sdk:7.0 | ||
FROM mcr.microsoft.com/dotnet/sdk:8.0 | ||
|
||
ENV PATH="/root/.dotnet/tools:${PATH}" | ||
RUN dotnet tool install -g NetDaemon.HassModel.CodeGen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/NetDaemon.Templates.Project/templates/netdaemon_src/.devcontainer/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mcr.microsoft.com/dotnet/sdk:7.0 | ||
FROM mcr.microsoft.com/dotnet/sdk:8.0 | ||
|
||
ENV PATH="/root/.dotnet/tools:${PATH}" | ||
RUN dotnet tool install -g NetDaemon.HassModel.CodeGen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters