File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Function.SDK.CSharp.Sample
Function.SDK.CSharp.SourceGenerator Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.306 " ,
3+ "version" : " 10 .0.101 " ,
44 "rollForward" : " latestFeature"
55 }
66}
Original file line number Diff line number Diff line change 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
33USER $APP_UID
44WORKDIR /app
55EXPOSE 9443
66
77# This stage is used to build the service project
88ARG 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
1010ARG BUILD_CONFIGURATION=Release
1111ARG VERSION=0.0.1
1212WORKDIR /src
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments