From f50fdf80201a9846d56f7ef514b1a9082d7bda67 Mon Sep 17 00:00:00 2001 From: Chris Nussbaum Date: Fri, 16 Aug 2024 14:46:55 -0500 Subject: [PATCH] NuGet and SDK updates --- Directory.Build.props | 2 +- build/Dockerfile | 2 +- .../NuttyTree.NetDaemon.Application.csproj | 7 ------- .../NuttyTree.NetDaemon.ExternalServices.csproj | 7 ------- .../NuttyTree.NetDaemon.Infrastructure.csproj | 15 ++++----------- .../NuttyTree.NetDaemon.csproj | 5 +---- 6 files changed, 7 insertions(+), 31 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 66d214f..67395cf 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -36,7 +36,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/build/Dockerfile b/build/Dockerfile index 6f98e25..fdfedc0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.303 AS builder +FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS builder ARG HOMEASSISTANT__HOST ARG HOMEASSISTANT__PORT diff --git a/src/NuttyTree.NetDaemon.Application/NuttyTree.NetDaemon.Application.csproj b/src/NuttyTree.NetDaemon.Application/NuttyTree.NetDaemon.Application.csproj index 1b794df..1b8e371 100644 --- a/src/NuttyTree.NetDaemon.Application/NuttyTree.NetDaemon.Application.csproj +++ b/src/NuttyTree.NetDaemon.Application/NuttyTree.NetDaemon.Application.csproj @@ -32,11 +32,4 @@ - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/src/NuttyTree.NetDaemon.ExternalServices/NuttyTree.NetDaemon.ExternalServices.csproj b/src/NuttyTree.NetDaemon.ExternalServices/NuttyTree.NetDaemon.ExternalServices.csproj index 18ee2bb..427d25d 100644 --- a/src/NuttyTree.NetDaemon.ExternalServices/NuttyTree.NetDaemon.ExternalServices.csproj +++ b/src/NuttyTree.NetDaemon.ExternalServices/NuttyTree.NetDaemon.ExternalServices.csproj @@ -15,11 +15,4 @@ - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/src/NuttyTree.NetDaemon.Infrastructure/NuttyTree.NetDaemon.Infrastructure.csproj b/src/NuttyTree.NetDaemon.Infrastructure/NuttyTree.NetDaemon.Infrastructure.csproj index 1c64b96..fda1f75 100644 --- a/src/NuttyTree.NetDaemon.Infrastructure/NuttyTree.NetDaemon.Infrastructure.csproj +++ b/src/NuttyTree.NetDaemon.Infrastructure/NuttyTree.NetDaemon.Infrastructure.csproj @@ -7,27 +7,20 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/src/NuttyTree.NetDaemon/NuttyTree.NetDaemon.csproj b/src/NuttyTree.NetDaemon/NuttyTree.NetDaemon.csproj index e6e76f5..9f24095 100644 --- a/src/NuttyTree.NetDaemon/NuttyTree.NetDaemon.csproj +++ b/src/NuttyTree.NetDaemon/NuttyTree.NetDaemon.csproj @@ -28,10 +28,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - +