Skip to content

Commit bbfe9ef

Browse files
committed
update version
1 parent d49a6d2 commit bbfe9ef

2 files changed

Lines changed: 23 additions & 24 deletions

File tree

ApiStandard/Directory.Packages.props

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,43 +19,43 @@
1919
<PackageVersion Include="Aspire.StackExchange.Redis.DistributedCaching" Version="13.1.0" />
2020
<!--Test -->
2121
<PackageVersion Include="Aspire.Hosting.Testing" Version="13.1.0" />
22-
<PackageVersion Include="TUnit" Version="1.9.45" />
22+
<PackageVersion Include="TUnit" Version="1.12.65" />
2323
<!-- Microsoft ASP.NET Core Packages -->
2424
<PackageVersion Include="EFCore.BulkExtensions.PostgreSql" Version="10.0.0" />
2525
<PackageVersion Include="EFCore.BulkExtensions.SqlServer" Version="10.0.0" />
26-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.1" />
27-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.1" />
28-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="10.0.1" />
29-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.1" />
30-
<PackageVersion Include="Microsoft.AspNetCore.SpaProxy" Version="10.0.1" />
26+
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.2" />
27+
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.2" />
28+
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="10.0.2" />
29+
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.2" />
30+
<PackageVersion Include="Microsoft.AspNetCore.SpaProxy" Version="10.0.2" />
3131
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerGen" Version="10.1.0" />
3232
<!-- Microsoft Entity Framework Core Packages -->
33-
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.1" />
34-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.1" />
35-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1" />
36-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.1" />
33+
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.2" />
34+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.2" />
35+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.2" />
36+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.2" />
3737
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.1" />
3838
<!-- Microsoft Extensions Packages -->
39-
<PackageVersion Include="Microsoft.Extensions.Caching.Hybrid" Version="10.1.0" />
40-
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.1" />
41-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.1" />
42-
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.1.0" />
43-
<PackageVersion Include="Microsoft.Extensions.Localization.Abstractions" Version="10.0.1" />
44-
<PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="10.1.0" />
39+
<PackageVersion Include="Microsoft.Extensions.Caching.Hybrid" Version="10.2.0" />
40+
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.2" />
41+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.2" />
42+
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.2.0" />
43+
<PackageVersion Include="Microsoft.Extensions.Localization.Abstractions" Version="10.0.2" />
44+
<PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="10.2.0" />
4545
<!-- Microsoft Code Analysis Packages (for Source Generators) -->
4646
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-1.25277.114" />
4747
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
4848
<!-- OpenTelemetry Packages -->
49-
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.14.0" />
50-
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.14.0" />
51-
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.14.0" />
52-
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.14.0" />
53-
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.14.0" />
49+
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.0" />
50+
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.15.0" />
51+
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.15.0" />
52+
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.15.0" />
53+
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.15.0" />
5454
<!-- Security & Authentication -->
5555
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0" />
5656
<!-- Third-party Packages -->
57-
<PackageVersion Include="AWSSDK.S3" Version="4.0.17" />
58-
<PackageVersion Include="EPPlus" Version="8.4.0" />
57+
<PackageVersion Include="AWSSDK.S3" Version="4.0.17.3" />
58+
<PackageVersion Include="EPPlus" Version="8.4.1" />
5959
<PackageVersion Include="MailKit" Version="4.14.1" />
6060
<PackageVersion Include="Mapster" Version="7.4.0" />
6161
<PackageVersion Include="MiniExcel" Version="2.0.0-preview.2" />

ApiStandard/src/Definition/ServiceDefaults/WebExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public static WebApplication UseMiddlewareServices(this WebApplication app)
8888
app.UseAuthentication();
8989
app.UseAuthorization();
9090
app.MapControllers();
91-
app.MapFallbackToFile("index.html");
9291
return app;
9392
}
9493

0 commit comments

Comments
 (0)