<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
	<GenerateDocumentationFile>true</GenerateDocumentationFile>
	<Nullable>enable</Nullable>
  </PropertyGroup>
  
  <ItemGroup>
    <EditorConfigFiles Remove="D:\Source\AsbCloudApp\Services\.editorconfig" />
  </ItemGroup>

</Project>