Skip to content

Commit 569f0fb

Browse files
author
MPCoreDeveloper
committed
chore: minor fixes in server, graph, and extension projects
1 parent 216b49d commit 569f0fb

File tree

17 files changed

+67
-872
lines changed

17 files changed

+67
-872
lines changed

src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project>
2+
<Sdk Name="Aspire.AppHost.Sdk" Version="9.1.0" />
23

34
<PropertyGroup>
45
<OutputType>Exe</OutputType>
56
<TargetFramework>net10.0</TargetFramework>
67
<LangVersion>14.0</LangVersion>
78
<Nullable>enable</Nullable>
89
<ImplicitUsings>enable</ImplicitUsings>
9-
<IsAspireHost>true</IsAspireHost>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<!-- .NET Aspire Hosting (Orchestration) -->
13+
<ProjectCapability Include="Aspire" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
1417
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.1.0" />
18+
<PackageReference Include="KubernetesClient" Version="19.0.2" />
1519
</ItemGroup>
1620

1721
<ItemGroup>

0 commit comments

Comments
 (0)