File tree Expand file tree Collapse file tree
OrderMonitor.Infrastructure
OrderMonitor.IntegrationTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches : [main, develop]
88
99env :
10- DOTNET_VERSION : ' 8 .0.x'
10+ DOTNET_VERSION : ' 10 .0.x'
1111 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
1212 DOTNET_CLI_TELEMETRY_OPTOUT : true
1313
Original file line number Diff line number Diff line change 55 tags : ['v*']
66
77env :
8- DOTNET_VERSION : ' 8 .0.x'
8+ DOTNET_VERSION : ' 10 .0.x'
99
1010jobs :
1111 release :
Original file line number Diff line number Diff line change 11# Build stage
2- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
2+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
33WORKDIR /src
44
55# Copy project files for restore
@@ -18,7 +18,7 @@ COPY src/ src/
1818RUN dotnet publish src/OrderMonitor.Api/OrderMonitor.Api.csproj -c Release -o /app/publish
1919
2020# Runtime stage
21- FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS runtime
21+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0 AS runtime
2222WORKDIR /app
2323
2424# Copy published app
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 10.0.102" ,
4+ "rollForward" : " latestFeature"
5+ }
6+ }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8 .0.23 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10 .0.0 " />
1111 <PackageReference Include =" Serilog.AspNetCore" Version =" 10.0.0" />
1212 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.1.0" />
1313 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313
1414 <PropertyGroup >
15- <TargetFramework >net8 .0</TargetFramework >
15+ <TargetFramework >net10 .0</TargetFramework >
1616 <ImplicitUsings >enable</ImplicitUsings >
1717 <Nullable >enable</Nullable >
1818 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
1212 <ItemGroup >
1313 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" />
1414 <PackageReference Include =" FluentAssertions" Version =" 8.8.0" />
15- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.* " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10 .0.0 " />
1616 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
1717 <PackageReference Include =" Moq" Version =" 4.20.70" />
1818 <PackageReference Include =" xunit" Version =" 2.9.3" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments