File tree Expand file tree Collapse file tree
tests/PerfProblemSimulator.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99env :
1010 AZURE_WEBAPP_NAME : PerfSimDotNet
1111 AZURE_WEBAPP_PACKAGE_PATH : ' ./publish'
12- DOTNET_VERSION : ' 8 .0.x'
12+ DOTNET_VERSION : ' 10 .0.x'
1313
1414permissions :
1515 id-token : write
Original file line number Diff line number Diff line change 66 -->
77
88 <PropertyGroup >
9- <!-- Target .NET 8.0 LTS for all projects -->
10- <TargetFramework >net8 .0</TargetFramework >
9+ <!-- Target .NET 10.0 for all projects -->
10+ <TargetFramework >net10 .0</TargetFramework >
1111
1212 <!-- Enable nullable reference types for defensive programming (Constitution Principle IV) -->
1313 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 66 -->
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.23" />
10- <PackageReference Include =" Microsoft.AspNetCore.SignalR" Version =" 1.2.9" />
11- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.6.2" />
9+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0" />
10+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.1.0" />
1211 </ItemGroup >
1312
1413</Project >
Original file line number Diff line number Diff line change 5555builder . Services . AddEndpointsApiExplorer ( ) ;
5656builder . Services . AddSwaggerGen ( options =>
5757{
58- options . SwaggerDoc ( "v1" , new Microsoft . OpenApi . Models . OpenApiInfo
58+ options . SwaggerDoc ( "v1" , new Microsoft . OpenApi . OpenApiInfo
5959 {
6060 Title = "Performance Problem Simulator API" ,
6161 Version = "v1" ,
Original file line number Diff line number Diff line change 1212
1313 <ItemGroup >
1414 <PackageReference Include =" coverlet.collector" Version =" 6.0.0" />
15- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.18 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10 .0.0 " />
1616 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
1717 <PackageReference Include =" Moq" Version =" 4.20.72" />
1818 <PackageReference Include =" xunit" Version =" 2.5.3" />
You can’t perform that action at this time.
0 commit comments