Skip to content

Commit 0bf0a3b

Browse files
chore(deps): update dotnet monorepo
1 parent d6fc01b commit 0bf0a3b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.101",
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.SourceGenerator/Function.SDK.CSharp.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<PackageReference Include="KubernetesCRDModelGen.Base" Version="1.1.0" PrivateAssets="all" />
2626
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="4.14.0" PrivateAssets="all" />
27-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" PrivateAssets="all" />
27+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" PrivateAssets="all" />
2828
<PackageReference Include="YamlDotNet" Version="16.3.0" PrivateAssets="all" />
2929
<PackageReference Include="YamlDotNet.System.Text.Json" Version="1.6.6" PrivateAssets="all" />
3030
</ItemGroup>

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.13" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="9.0.10" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="10.0.1" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

0 commit comments

Comments
 (0)