File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/Exceptionless.AppHost
tests/Exceptionless.Tests Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<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 " />
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net9.0</TargetFramework >
8
8
<UserSecretsId >a9c2ddcc-e51d-4cd1-9782-96e1d74eec87</UserSecretsId >
9
9
</PropertyGroup >
10
10
<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 " />
14
14
<PackageReference Include =" AspNetCore.HealthChecks.Elasticsearch" Version =" 9.0.0" />
15
15
<PackageReference Include =" Foundatio.Minio" Version =" 12.0.0" />
16
16
</ItemGroup >
Original file line number Diff line number Diff line change 9
9
10
10
<PackageReference Include =" FluentRest.NewtonsoftJson" Version =" 10.1.0" />
11
11
12
- <PackageReference Include =" Aspire.Hosting.Testing" Version =" 9.5.0 " />
12
+ <PackageReference Include =" Aspire.Hosting.Testing" Version =" 9.5.1 " />
13
13
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9.0.9" />
14
14
<PackageReference Include =" Microsoft.Extensions.TimeProvider.Testing" Version =" 9.9.0" />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.0" />
You can’t perform that action at this time.
0 commit comments