12 lines
320 B
XML
12 lines
320 B
XML
<Project Sdk="Aspire.AppHost.Sdk/13.1.0">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<UserSecretsId>9a6169c1-9a3d-41f5-b1bf-f173cf418cb5</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|