2024-08-03 20:40:34 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<IsAspireHost>true</IsAspireHost>
|
2024-10-02 12:35:39 +08:00
|
|
|
<UserSecretsId>f6516a17-a2ca-44b9-b90b-008d76051f93</UserSecretsId>
|
2024-08-03 20:40:34 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-10-02 12:35:39 +08:00
|
|
|
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.0" />
|
2024-08-03 20:40:34 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|