DD.WellWorkover.Cloud/AsbCloudApp/AsbCloudApp.csproj

14 lines
335 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
2022-04-14 13:46:51 +05:00
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2023-02-22 09:00:47 +05:00
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<EditorConfigFiles Remove="D:\Source\AsbCloudApp\Services\.editorconfig" />
</ItemGroup>
</Project>