Skip to content

Commit 3477821

Browse files
deps: Bump Aspire.Hosting.AppHost from 13.2.0 to 13.2.1
--- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-version: 13.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09303c0 commit 3477821

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<Project>
2-
<Sdk Name="Aspire.AppHost.Sdk" Version="13.2.0" />
3-
4-
<PropertyGroup>
5-
<OutputType>Exe</OutputType>
6-
<TargetFramework>net10.0</TargetFramework>
7-
<LangVersion>14.0</LangVersion>
8-
<Nullable>enable</Nullable>
9-
<ImplicitUsings>enable</ImplicitUsings>
10-
<IsPackable>false</IsPackable>
11-
</PropertyGroup>
12-
13-
<ItemGroup>
14-
<ProjectCapability Include="Aspire" />
15-
</ItemGroup>
16-
17-
<ItemGroup>
18-
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.2.0" />
19-
<PackageReference Include="KubernetesClient" Version="19.0.2" />
20-
</ItemGroup>
21-
22-
<ItemGroup>
23-
<!-- Reference to server project -->
24-
<ProjectReference Include="..\SharpCoreDB.Server\SharpCoreDB.Server.csproj" />
25-
</ItemGroup>
26-
27-
<ItemGroup>
28-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
29-
</ItemGroup>
30-
31-
</Project>
1+
<Project>
2+
<Sdk Name="Aspire.AppHost.Sdk" Version="13.2.0" />
3+
4+
<PropertyGroup>
5+
<OutputType>Exe</OutputType>
6+
<TargetFramework>net10.0</TargetFramework>
7+
<LangVersion>14.0</LangVersion>
8+
<Nullable>enable</Nullable>
9+
<ImplicitUsings>enable</ImplicitUsings>
10+
<IsPackable>false</IsPackable>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<ProjectCapability Include="Aspire" />
15+
</ItemGroup>
16+
17+
<ItemGroup>
18+
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.2.1" />
19+
<PackageReference Include="KubernetesClient" Version="19.0.2" />
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<!-- Reference to server project -->
24+
<ProjectReference Include="..\SharpCoreDB.Server\SharpCoreDB.Server.csproj" />
25+
</ItemGroup>
26+
27+
<ItemGroup>
28+
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
29+
</ItemGroup>
30+
31+
</Project>

0 commit comments

Comments
 (0)