diff --git a/global.json b/global.json index f923e6d..9eeb428 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.308", + "version": "10.0.101", "rollForward": "latestFeature" } } diff --git a/src/Function.SDK.CSharp.Sample/Dockerfile b/src/Function.SDK.CSharp.Sample/Dockerfile index e824908..2cad376 100644 --- a/src/Function.SDK.CSharp.Sample/Dockerfile +++ b/src/Function.SDK.CSharp.Sample/Dockerfile @@ -1,12 +1,12 @@ # This stage is used when running from VS in fast mode (Default for Debug configuration) -FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble-chiseled-extra AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble-chiseled-extra AS base USER $APP_UID WORKDIR /app EXPOSE 9443 # This stage is used to build the service project ARG BUILDPLATFORM=linux/amd64 -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build ARG BUILD_CONFIGURATION=Release ARG VERSION=0.0.1 WORKDIR /src diff --git a/src/Function.SDK.CSharp.SourceGenerator/Function.SDK.CSharp.SourceGenerator.csproj b/src/Function.SDK.CSharp.SourceGenerator/Function.SDK.CSharp.SourceGenerator.csproj index 7dba0db..3c10c92 100644 --- a/src/Function.SDK.CSharp.SourceGenerator/Function.SDK.CSharp.SourceGenerator.csproj +++ b/src/Function.SDK.CSharp.SourceGenerator/Function.SDK.CSharp.SourceGenerator.csproj @@ -24,7 +24,7 @@ - + diff --git a/src/Function.SDK.CSharp/Function.SDK.CSharp.csproj b/src/Function.SDK.CSharp/Function.SDK.CSharp.csproj index 5bf7ef3..d6d0894 100644 --- a/src/Function.SDK.CSharp/Function.SDK.CSharp.csproj +++ b/src/Function.SDK.CSharp/Function.SDK.CSharp.csproj @@ -28,7 +28,7 @@ - +