File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Whipstaff.Example.AspireAppHost
Whipstaff.IntegrationTests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Aspire.Hosting" Version =" 9.4.0 " />
11
+ <PackageReference Include =" Aspire.Hosting" Version =" 9.4.1 " />
12
12
</ItemGroup >
13
13
</Project >
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.4.0 " />
2
+ <Sdk Name =" Aspire.AppHost.Sdk" Version =" 9.4.1 " />
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net8.0</TargetFramework >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Aspire.Hosting.AppHost" Version =" 9.4.0 " />
14
- <PackageReference Include =" Aspire.Hosting.SqlServer" Version =" 9.4.0 " />
13
+ <PackageReference Include =" Aspire.Hosting.AppHost" Version =" 9.4.1 " />
14
+ <PackageReference Include =" Aspire.Hosting.SqlServer" Version =" 9.4.1 " />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Aspire.Hosting.Testing" Version =" 9.4.0 " />
11
+ <PackageReference Include =" Aspire.Hosting.Testing" Version =" 9.4.1 " />
12
12
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.19" />
13
13
<PackageReference Include =" System.Text.Json" Version =" 8.0.6" />
14
14
</ItemGroup >
You can’t perform that action at this time.
0 commit comments