Skip to content

Commit eeee732

Browse files
chore(deps): update dotnet monorepo to v10
1 parent d5dd0b9 commit eeee732

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.306",
3+
"version": "10.0.100",
44
"rollForward": "latestFeature"
55
}
66
}

src/Function.SDK.CSharp.Sample/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This stage is used when running from VS in fast mode (Default for Debug configuration)
2-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble-chiseled-extra AS base
2+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble-chiseled-extra AS base
33
USER $APP_UID
44
WORKDIR /app
55
EXPOSE 9443
66

77
# This stage is used to build the service project
88
ARG BUILDPLATFORM=linux/amd64
9-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build
9+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build
1010
ARG BUILD_CONFIGURATION=Release
1111
ARG VERSION=0.0.1
1212
WORKDIR /src

src/Function.SDK.CSharp/Function.SDK.CSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Grpc.AspNetCore" Version="2.71.0" />
2929
<PackageReference Include="Grpc.AspNetCore.Server.Reflection" Version="2.71.0" />
3030
<PackageReference Include="KubernetesClient" Version="18.0.5" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="9.0.10" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="10.0.0" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

0 commit comments

Comments
 (0)