2022-08-01 13:55:51 +05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-04-02 17:28:07 +05:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-02-26 13:27:19 +05:00
|
|
|
|
<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>
|
2021-04-02 17:28:07 +05:00
|
|
|
|
</PropertyGroup>
|
2024-02-26 13:27:19 +05:00
|
|
|
|
|
2022-10-06 13:41:46 +05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EditorConfigFiles Remove="D:\Source\AsbCloudApp\Services\.editorconfig" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-04-02 17:28:07 +05:00
|
|
|
|
</Project>
|