diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 361ceb9..54ef02a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Install maui workloads run: dotnet workload install maui-android - name: Build with dotnet diff --git a/.github/workflows/master_huelightdj.yml b/.github/workflows/master_huelightdj.yml index 8b7fccc..9022ba4 100644 --- a/.github/workflows/master_huelightdj.yml +++ b/.github/workflows/master_huelightdj.yml @@ -19,7 +19,7 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.x' + dotnet-version: '9.x' - name: Install maui workloads run: dotnet workload install maui-android - name: dotnet publish diff --git a/Dockerfile b/Dockerfile index b62f857..fcc9884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base WORKDIR /app EXPOSE 59919 EXPOSE 44339 EXPOSE 80 -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build WORKDIR /src COPY ["HueLightDJ.BlazorWeb/Server/HueLightDJ.BlazorWeb.Server.csproj", "HueLightDJ.BlazorWeb/Server/"] COPY ["HueLightDJ.Effects/HueLightDJ.Effects.csproj", "HueLightDJ.Effects/"] diff --git a/HueLightDJ.Blazor.Controls/HueLightDJ.Blazor.Controls.csproj b/HueLightDJ.Blazor.Controls/HueLightDJ.Blazor.Controls.csproj index aa2d37e..086198f 100644 --- a/HueLightDJ.Blazor.Controls/HueLightDJ.Blazor.Controls.csproj +++ b/HueLightDJ.Blazor.Controls/HueLightDJ.Blazor.Controls.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable false @@ -16,8 +16,8 @@ - - + + diff --git a/HueLightDJ.BlazorWeb/Client/HueLightDJ.BlazorWeb.Client.csproj b/HueLightDJ.BlazorWeb/Client/HueLightDJ.BlazorWeb.Client.csproj index c900737..66c248a 100644 --- a/HueLightDJ.BlazorWeb/Client/HueLightDJ.BlazorWeb.Client.csproj +++ b/HueLightDJ.BlazorWeb/Client/HueLightDJ.BlazorWeb.Client.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable nullable @@ -11,14 +11,14 @@ - - - - - - - - + + + + + + + + diff --git a/HueLightDJ.BlazorWeb/Server/HueLightDJ.BlazorWeb.Server.csproj b/HueLightDJ.BlazorWeb/Server/HueLightDJ.BlazorWeb.Server.csproj index 9352595..17f1625 100644 --- a/HueLightDJ.BlazorWeb/Server/HueLightDJ.BlazorWeb.Server.csproj +++ b/HueLightDJ.BlazorWeb/Server/HueLightDJ.BlazorWeb.Server.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable nullable @@ -12,11 +12,11 @@ - - + + - - + + diff --git a/HueLightDJ.Effects/HueLightDJ.Effects.csproj b/HueLightDJ.Effects/HueLightDJ.Effects.csproj index fc90df6..e82b778 100644 --- a/HueLightDJ.Effects/HueLightDJ.Effects.csproj +++ b/HueLightDJ.Effects/HueLightDJ.Effects.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable nullable diff --git a/HueLightDJ.Services.Interfaces/HueLightDJ.Services.Interfaces.csproj b/HueLightDJ.Services.Interfaces/HueLightDJ.Services.Interfaces.csproj index 3e646df..408ee92 100644 --- a/HueLightDJ.Services.Interfaces/HueLightDJ.Services.Interfaces.csproj +++ b/HueLightDJ.Services.Interfaces/HueLightDJ.Services.Interfaces.csproj @@ -1,13 +1,13 @@ - net8.0 + net9.0 enable nullable - + diff --git a/HueLightDJ.Services/HueLightDJ.Services.csproj b/HueLightDJ.Services/HueLightDJ.Services.csproj index 8b3f98d..7ca7a35 100644 --- a/HueLightDJ.Services/HueLightDJ.Services.csproj +++ b/HueLightDJ.Services/HueLightDJ.Services.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable nullable @@ -34,8 +34,8 @@ - - + + diff --git a/HueLightDJ.Web/HueLightDJ.Web.csproj b/HueLightDJ.Web/HueLightDJ.Web.csproj index e148312..8632309 100644 --- a/HueLightDJ.Web/HueLightDJ.Web.csproj +++ b/HueLightDJ.Web/HueLightDJ.Web.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable nullable Linux @@ -10,7 +10,7 @@ - +