Skip to content

Commit e7ec66a

Browse files
committed
Updates Aspire SDK and hosting packages
Bumps the Aspire SDK and hosting packages to version 9.5.1. This ensures compatibility and incorporates the latest features and fixes from the Aspire framework.
1 parent f1bf095 commit e7ec66a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Exceptionless.AppHost/Exceptionless.AppHost.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Sdk Name="Aspire.AppHost.Sdk" Version="9.5.0" />
2+
<Sdk Name="Aspire.AppHost.Sdk" Version="9.5.1" />
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net9.0</TargetFramework>
@@ -8,9 +8,9 @@
88
<UserSecretsId>a9c2ddcc-e51d-4cd1-9782-96e1d74eec87</UserSecretsId>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.5.0" />
12-
<PackageReference Include="Aspire.Hosting.NodeJs" Version="9.5.0" />
13-
<PackageReference Include="Aspire.Hosting.Redis" Version="9.5.0" />
11+
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.5.1" />
12+
<PackageReference Include="Aspire.Hosting.NodeJs" Version="9.5.1" />
13+
<PackageReference Include="Aspire.Hosting.Redis" Version="9.5.1" />
1414
<PackageReference Include="AspNetCore.HealthChecks.Elasticsearch" Version="9.0.0" />
1515
<PackageReference Include="Foundatio.Minio" Version="12.0.0" />
1616
</ItemGroup>

tests/Exceptionless.Tests/Exceptionless.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PackageReference Include="FluentRest.NewtonsoftJson" Version="10.1.0" />
1111

12-
<PackageReference Include="Aspire.Hosting.Testing" Version="9.5.0" />
12+
<PackageReference Include="Aspire.Hosting.Testing" Version="9.5.1" />
1313
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.9" />
1414
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.9.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />

0 commit comments

Comments
 (0)