11 lines
389 B
XML
11 lines
389 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputPath Condition="'$(Configuration)' == 'Release'">..\..\Build\$(Configuration)\$(TargetFramework)</OutputPath>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<UserSecretsId>fc9d4bda-3c73-4d6e-8cc9-3df23a92e818</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|