File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 88 push :
99 branches :
1010 - " renovate/**"
11+
12+ # Prevent duplicate runs if Renovate falls back to creating a PR
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
15+ cancel-in-progress : true
1116
1217jobs :
1318 main :
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >net8 .0</TargetFramework >
3+ <TargetFramework >net9 .0</TargetFramework >
44 <Nullable >enable</Nullable >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <JsonSerializerIsReflectionEnabledByDefault >false</JsonSerializerIsReflectionEnabledByDefault >
1414
1515 <ItemGroup >
1616 <PackageReference Include =" Azure.Identity" Version =" 1.15.0" />
17- <PackageReference Include =" Workleap.DotNet.CodingStandards" Version =" 1.1.14 " >
17+ <PackageReference Include =" Workleap.DotNet.CodingStandards" Version =" 1.1.22 " >
1818 <PrivateAssets >all</PrivateAssets >
1919 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
2020 </PackageReference >
Original file line number Diff line number Diff line change 11# https://github.com/Azure/azure-cli/issues/19591
22# https://iceburn.medium.com/azure-cli-docker-containers-7059750be1f2
3- FROM mcr.microsoft.com/dotnet/runtime-deps:8 .0-alpine AS base
3+ FROM mcr.microsoft.com/dotnet/runtime-deps:9 .0-alpine AS base
44ENV DOTNET_CLI_TELEMETRY_OPTOUT=true \
55 AZ_INSTALLER=DOCKER
66RUN apk add --no-cache py3-pip && \
@@ -13,7 +13,7 @@ ENV ASPNETCORE_URLS=http://+:8080
1313ENV AZURE_CONFIG_DIR=/app/.azure
1414
1515
16- FROM mcr.microsoft.com/dotnet/sdk:8 .0-alpine AS publish
16+ FROM mcr.microsoft.com/dotnet/sdk:9 .0-alpine AS publish
1717WORKDIR /src
1818COPY . .
1919
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.413 " ,
3+ "version" : " 9 .0.304 " ,
44 "rollForward" : " latestMinor" ,
55 "allowPrerelease" : false
66 }
You can’t perform that action at this time.
0 commit comments