diff --git a/Dockerfile b/Dockerfile index 4684d38..76e2578 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #Use the official .NET SDK image with Alpine Linux as a base image -FROM mcr.microsoft.com/dotnet/sdk:8.0.200-alpine3.18 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.201-alpine3.18 AS build # Set the working directory in the container WORKDIR /app diff --git a/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj b/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj index cbf9032..723ce20 100644 --- a/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj +++ b/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj @@ -11,15 +11,15 @@ - + - + - - + + diff --git a/test/Altinn.Notifications.Sms.IntegrationTests/Altinn.Notifications.Sms.IntegrationTests.csproj b/test/Altinn.Notifications.Sms.IntegrationTests/Altinn.Notifications.Sms.IntegrationTests.csproj index 5b63587..fb1cb9f 100644 --- a/test/Altinn.Notifications.Sms.IntegrationTests/Altinn.Notifications.Sms.IntegrationTests.csproj +++ b/test/Altinn.Notifications.Sms.IntegrationTests/Altinn.Notifications.Sms.IntegrationTests.csproj @@ -9,11 +9,11 @@ - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/Altinn.Notifications.Sms.Tests/Altinn.Notifications.Sms.Tests.csproj b/test/Altinn.Notifications.Sms.Tests/Altinn.Notifications.Sms.Tests.csproj index 0f442b2..993c3f7 100644 --- a/test/Altinn.Notifications.Sms.Tests/Altinn.Notifications.Sms.Tests.csproj +++ b/test/Altinn.Notifications.Sms.Tests/Altinn.Notifications.Sms.Tests.csproj @@ -11,8 +11,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all