17 lines
472 B
XML
17 lines
472 B
XML
<Project Sdk="Aspire.AppHost.Sdk/13.2.4">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<UserSecretsId>0879501a-f55f-4876-aa9f-cae6c0e16786</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\fgs.api\fgs.api.csproj" />
|
|
<ProjectReference Include="..\fgs.web\fgs.web.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|